ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 70 matches
Author Message
  Topic: Java instance variables(double) in JCN never got reset to 0
jamesyu

Replies: 4
Views: 3683

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Sep 17, 2012 10:47 am   Subject: Java instance variables(double) in JCN never got reset to 0
I have a simple message flow with one JCN created like this:

public class test_JavaCompute extends MbJavaComputeNode {

private double x = 0.0;

public void evaluate(MbMessageAssembly assembl ...
  Topic: mySAP Adapter Error
jamesyu

Replies: 18
Views: 92753

PostForum: WebSphere Interchange Server + Adapters   Posted: Wed Aug 24, 2011 7:07 am   Subject: Where to find the max. number of connections for SAP
I find a parameter in the connector Config file - "MaxNumberOfConnections" which describes "The maximum number of concurrent interactions possible between the connector and the SAP appl ...
  Topic: Hot to set Expiry & Timestamp in MQRFH2 -> jms foler
jamesyu

Replies: 2
Views: 3634

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Sep 24, 2010 1:37 pm   Subject: Hot to set Expiry & Timestamp in MQRFH2 -> jms foler
Hi All,

I use ESQL. My flow produces a MQ message wtih MQRFH2 header, plus the <jms> folder that the downstream JMS applocation can take it as a JMS message.

Problem is, how to set up the ...
  Topic: How to Set MessageType for Parsing?
jamesyu

Replies: 7
Views: 7962

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 01, 2010 7:48 am   Subject: How to Set MessageType for Parsing?
a.b.c.d is the broker schema, under this schema, the message difination file was created with a message named "MyMessage" defined.

If you are fimiliar with generating message set from WSD ...
  Topic: How to Set MessageType for Parsing?
jamesyu

Replies: 7
Views: 7962

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 01, 2010 3:43 am   Subject: How to Set MessageType for Parsing?
There is no need to supply the namespace when specifying the message type.
You *can* do so, but it is not required.

I need to do this. Where to get the dcoument about the convention? if the ful ...
  Topic: How to Set MessageType for Parsing?
jamesyu

Replies: 7
Views: 7962

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Sep 01, 2010 12:27 am   Subject: How to Set MessageType for Parsing?
Hi All,

I have a message set project with multiple different broker schemas created, and in each broker schema, I have multiple message definition files associated with multiple messages in each me ...
  Topic: JMS message to MQ message
jamesyu

Replies: 10
Views: 16341

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 2:09 pm   Subject: JMS message to MQ message
I read it and still not clear. By any chance you can please just let me know Yes or No in my case? Plain laguage is appreciated..
  Topic: JMS message to MQ message
jamesyu

Replies: 10
Views: 16341

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 1:08 pm   Subject: JMS message to MQ message
Hi All,

A Web app puts a JMS message to a MQ queue that has a meesage flow retrieve messages from. In the message flow, can we directly use MQInput node to retrieve that JMS message and process it ...
  Topic: How to check bar overrides with an automated process?
jamesyu

Replies: 9
Views: 6580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 9:12 am   Subject: How to check bar overrides with an automated process?
In WMB V6.1 and V7, overrides are all part of the CMP; you can query and set overrides really easily using the DeploymentDescriptor class. See http://publib.boulder.ibm.com/infocenter/wmbhelp/v7r0m0/i ...
  Topic: How to check bar overrides with an automated process?
jamesyu

Replies: 9
Views: 6580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 8:42 am   Subject: How to check bar overrides with an automated process?
Why doesn't mqsireadbar do the trick?

mqsireadbar may e able to do the work, together with some help from ant scripts or even Java code. I will look into it. Thanks a lot!
  Topic: How to check bar overrides with an automated process?
jamesyu

Replies: 9
Views: 6580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 7:56 am   Subject: Re: How to check bar overrides with an automated process?
We want to be able to do this as there are two teams involved. The dev team sends out a package of bars after overrides to another support team in another country. The support team wants to verify t ...
  Topic: How to check bar overrides with an automated process?
jamesyu

Replies: 9
Views: 6580

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jul 20, 2010 7:32 am   Subject: How to check bar overrides with an automated process?
Hi All,

We build bars and we override bars wtih different properties using Ant. After bars were overriden, we want to be able to have another automated process to ensure the bars are overriden cor ...
  Topic: Where to find the broker.xml after deploying a Bar file?
jamesyu

Replies: 7
Views: 7305

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 05, 2010 7:59 am   Subject: Where to find the broker.xml after deploying a Bar file?
The ConfigMgr proxy will tell you this, no reason to look at the file system.

mqsilist will probably tell you most of this, no reason to look at the file system.

Unless you're at v7, this probab ...
  Topic: Where to find the broker.xml after deploying a Bar file?
jamesyu

Replies: 7
Views: 7305

PostForum: WebSphere Message Broker (ACE) Support   Posted: Fri Mar 05, 2010 7:44 am   Subject: Where to find the broker.xml after deploying a Bar file?
Hi All,

I want to know where to find the broker.xml on Aix or Windoes after deploying a bar file?

Just wanted to know what had been deployed to broker runtime.

Thanks,
James
  Topic: ESQL: What is the SQLSTATE?
jamesyu

Replies: 4
Views: 8680

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 17, 2010 1:18 pm   Subject: ESQL: What is the SQLSTATE?
Hi All,

I am little confused with the key word "SQLSTATE" when trying to decalre an errror handler such as: DECLARE EXIT HANDLER FOR SQLSTATE LIKE'%'.

Here are my questions:
1. Is th ...
Goto page 1, 2, 3, 4, 5  Next Page 1 of 5

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.