Author |
Message |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Fri Jul 30, 2010 11:44 pm Subject: Message mismatch between Request Queue and Response Queue |
Problem solved. Thank you guys! |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 29, 2010 8:55 am Subject: Message mismatch between Request Queue and Response Queue |
Where do you make use of the filter you built?
Sorry Jeff, how can I use it? Any pointer would be very helpful. Any URL to the sample code? |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 29, 2010 8:49 am Subject: Message mismatch between Request Queue and Response Queue |
Multiple trouble here.
a) You should be using the filter in the receiver.
Question: Sorry. How do I do that?
b) Also where is the part that reads the message off the request queue and puts ... |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 29, 2010 2:35 am Subject: Message mismatch between Request Queue and Response Queue |
Thank you for your help so far.
Things are stable now. However, I am still get some mismatch if I am sending 1000 of messages from 4-5 computers at the same time.
What did I do wrong with this cod ... |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 27, 2010 7:48 pm Subject: Message mismatch between Request Queue and Response Queue |
Thanks for the replies. This problem only happens when the MQ Reply Queue was down for several minute and the Request Queue got pile up with the request messages.
Is there anyway we can do from the c ... |
Topic: Message mismatch between Request Queue and Response Queue |
iamaung
Replies: 11 Views: 8208
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 27, 2010 11:22 am Subject: Message mismatch between Request Queue and Response Queue |
We are having very strange problem. Our request message id and the response message from response queue are not the same and all the messages are mismatch. Can anyone help please?
Here is the code ... |