I'm trying to make asynchronous communication. When a user sends a message,
the ESB puts the message in a queue (ActiveMQ) and responds to the user with
the ID of the message in the queue.

The ESB is left waiting for a response from ActiveMQ.
1 - How I get the ID of the message in response?
Currently after you send a message to a JMS destination, you will not be able to get the message ID.. However, the reply will be correlated with the message ID of this request
2 - If I want to see the message once has the ID, I'll have to make a
mediator for it?
Not sure I understand the question clearly.. probably some changes to the transport will be required

asankha

_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user

Reply via email to