Author |
Message |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 4:53 am Subject: Communication JMS - MQPlain |
Ok, the customer was wrong, Problem solved..... |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 3:30 am Subject: Communication JMS - MQPlain |
Anouther encounter: It seems that the correlation ids contain only 14 valid bytes, padded with 10 "0-Bytes". Could this be an encoding problem ? |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 2:46 am Subject: Communication JMS - MQPlain |
Well, we (the client side) do not set the correlationId - it is in fact null when sending a request. We found out that all correlationIds in the response messages contain the same (?!?!?) correlationI ... |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 2:23 am Subject: Communication JMS - MQPlain |
Hi Vitor,
the message ids are set by mqseries. As far as I JMS translates the native byte array to a hex representation. You can use it to retrieve messages via selectors. Internally the mqmessage ... |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 2:07 am Subject: Communication JMS - MQPlain |
In fact we try to dequeue the messages from a local queue.
We do retrieve the original message id from the request-message. It is a 48bit-String perfixed with ID. Then we try to receive the response ... |
Topic: Communication JMS - MQPlain |
knappes
Replies: 12 Views: 5446
|
Forum: IBM MQ Java / JMS Posted: Mon Oct 23, 2006 1:43 am Subject: Communication JMS - MQPlain |
Hi
in one of our applications we have to exchange messages with a remote queue. We are using the standard JMS Api to send and retrieve messages.
While this is working quite fine we encountered one ... |