Author |
Message |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 13, 2008 9:38 pm Subject: Message Broker: Java Compute node not setting message id to |
I noticed that I was setting replyTo(out of many trial and errors). I beleive i should not set it when i am outputting a message back (aka reply). Hence have removed it from the tree.
Still no prog ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 08, 2008 4:58 am Subject: Message Broker: Java Compute node not setting message id to |
I have written the following code which again puts the message into the queue, but doesnt sets the correlation id. One change i see that is... previous correlation id which was being written were all ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 04, 2008 1:40 am Subject: Message Broker: Java Compute node not setting message id to |
I was talking about the message which i am receiving at JMSInput Node. I was sending a text message there. What I have read in the documents is that V6 support JMSMAP and JMSStream parsers only. Reply ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 03, 2008 12:40 pm Subject: Message Broker: Java Compute node not setting message id to |
There is one more interesting finding i have made. Message broker supports only 2 kind of JMS messages: Map and Stream. The message i was testing with was a Text message. Will post my findings after i ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 02, 2008 2:50 am Subject: Message Broker: Java Compute node not setting message id to |
You were correct. The right element type to be used was "MbElement.TYPE_NAME". And i copied the input message's JMSTransport node also. But result remains the same. I cant find the correlati ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 31, 2007 9:54 am Subject: Message Broker: Java Compute node not setting message id to |
Hi,
Thanks for your reply. Actually I am creating a new instance of MbMessage ( 'outMessage' in the program below)before passing it to this function. I have read in the documentation that the JMSO ... |
Topic: Message Broker: Java Compute node not setting message id to |
knaudiyal
Replies: 11 Views: 13237
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 31, 2007 2:45 am Subject: Message Broker: Java Compute node not setting message id to |
Hi all,
I have a scenario as follows:
JMSInput >>>> JAVAComputeNode >>>>> JMSOutput
I get a request message in the input node and i have to reply that message thro ... |