Author |
Message |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 27, 2001 11:00 am Subject: Using correlationId |
Hi,
I would like to thank all of you for your assistance with this problem. Your suggestions really helped me out. I did get this to work. Thank you very much! |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 1:42 pm Subject: Using correlationId |
I tried both your suggestions, and am still having problems with this. Could there be something in the setup of the queues that would force the correlation/message ids to change? I really appreciate ... |
Topic: correlationId & messageId configuration? |
sp70
Replies: 2 Views: 6406
|
Forum: General IBM MQ Support Posted: Thu Nov 15, 2001 1:34 pm Subject: correlationId & messageId configuration? |
Hi, I was wondering if there are any configuration options when setting up queues for making the correlationId and/or messageId unique after each get/put? Like an index or something? TIA. |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 12:14 pm Subject: Using correlationId |
I will give both of your suggestions a try. I'll do that right now, and let you know how I make out. Thanks for your help. |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 11:56 am Subject: Using correlationId |
The createUUID returns a byte[]. When I do the println before the put and then after the put, the correlationIds are different. It prints garbage such as [B@1e75471 for the correlationId, but I woul ... |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Thu Nov 15, 2001 11:24 am Subject: Using correlationId |
Hi Vasu,
Thank you for your suggestion. I checked to see whether I had that flag set, and I did not. I added the flag -MQC.MQRO_PASS_CORREL_ID. I am still having problems with this. Below is a co ... |
Topic: Using correlationId |
sp70
Replies: 13 Views: 48044
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 14, 2001 12:18 pm Subject: Using correlationId |
Hi,
I have an application where I have the following setup:
-requestQueue, remote on box A
-requestQueue, local on box B
-replyQueue, remote on box B
-replyQueue, local on box A
Basically, wha ... |