How to use Correlation ID
Hello,
I have a JMS client which sends message on one queue(A) & client have a message listener listening on another queue(B).
When i send the message i set the correlation id in the header, MDB is able to get the message. From MDB i send the response to queue(B) with same correlation id. When the listener receives the message on queue B correlation id is different.
Kindly let me know what would be cause.