Author |
Message |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Mon Mar 14, 2011 1:45 am Subject: Correlation ID issue |
You should change it so that you do not set the correlation id. Just use the id that gets sets automatically. If you read this correlation id as the message is being sent, you should see that it is th ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Sat Mar 12, 2011 8:27 am Subject: Correlation ID issue |
Hi Shray,
The solution I implemented was to read and store the correlation id of the message after it was put on the transmission queue, you still have access to the message after it's been send, I t ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 3:42 am Subject: Correlation ID issue |
I have tested sending to the external company and it is coming back with the correlation id that I see on the remote queue before it sends, which is not the one I set.
I could do some testing as y ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 3:25 am Subject: Correlation ID issue |
Thanks mqjeff. Therein lies the problem. It works for local queues but not for remote queues. You say the tranmission header has a different mqmd. Is there a way to set the transmission queue to have ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 2:45 am Subject: Correlation ID issue |
Thanks mqjeff. That's interesting. The message gets sent to an external company so I presume that is why it needs to go to a remote queue. I'm not that up to date on the whole mechanics of mq transmis ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 29, 2010 12:54 am Subject: Correlation ID issue |
Hi All, thanks so much for your replies. I am setting the id as a Hex value and, as I said, if I write to a local queue I can see the message with the correct correlation id. (I'm using IR360 applicat ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2010 8:21 am Subject: Correlation ID issue |
Thanks Vitor, the reason I'm setting a correlation id is that I have a unique process thread id (note, this is not a java thread id) that I generate for every message (separate to the correlation id o ... |
Topic: Correlation ID issue |
kigoe
Replies: 17 Views: 17848
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 28, 2010 1:57 am Subject: Correlation ID issue |
Hi all, I'm having a problem setting a correlation ID on an MQMD header using a java class. I'm also writing the Appld, replyToQ & replyToQMgr. These attribute are getting set fine.
When writin ... |