[esb-java-user] ESB with ActiveMQ
Asankha C. Perera
asankha at wso2.com
Mon May 5 04:40:44 PDT 2008
> 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
More information about the Esb-java-user
mailing list