Author |
Message |
Topic: [Solved] message group problem using base java api on NT |
desinus
Replies: 4 Views: 4059
|
Forum: IBM MQ API Support Posted: Thu Dec 12, 2002 12:59 pm Subject: [Solved] message group problem using base java api on NT |
I got this issue resolved. Thanks a lot Ron for the examples you sent me. It helped me a lot. I was looking to use message id to correlation id mapping on the grouped messages and could do that. I als ... |
Topic: message grouping using base java api on windows |
desinus
Replies: 6 Views: 3361
|
Forum: IBM MQ Java / JMS Posted: Thu Dec 12, 2002 12:55 pm Subject: message grouping using base java api on windows |
I got this issue resolved. Thanks a lot Ron for the examples you sent me. It helped me a lot. I was looking to use message id to correlation id mapping on the grouped messages and could do that. I als ... |
Topic: [Solved] message group problem using base java api on NT |
desinus
Replies: 4 Views: 4059
|
Forum: IBM MQ API Support Posted: Wed Dec 11, 2002 12:32 pm Subject: age group problem using base java api on Windows NT |
Here is the complete code where scenario1(), scenario2(), scenario3() and scenario4() show the different ways in which the messages were created. scenario1() and scenario4() gave incorrect outputs how ... |
Topic: [Solved] message group problem using base java api on NT |
desinus
Replies: 4 Views: 4059
|
Forum: IBM MQ API Support Posted: Wed Dec 11, 2002 6:27 am Subject: [Solved] message group problem using base java api on NT |
Hello all,
I tried message grouping using base java api however, I don't seem to be getting any message back using the get api. I am not sure if I am doing the put right which could result in the ... |
Topic: message grouping using base java api on windows |
desinus
Replies: 6 Views: 3361
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 11, 2002 6:21 am Subject: message grouping using base java api on windows |
To add to my previous post, I changed my code in the put part as follows,
Hello all,
I tried message grouping using base java api however, I don't seem to be getting any message back using the ge ... |
Topic: message grouping using base java api on windows |
desinus
Replies: 6 Views: 3361
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 10, 2002 3:55 pm Subject: message grouping using base java api on windows |
Hello all,
I tried message grouping using base java api however, I don't seem to be getting any message back using the get api. This is how I do it,
--------- PUT ---------------
int PUT_OPEN_OPT ... |