asankha wrote:
>
>
>> 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
>
>
I want the ID of the message to watch their position in the queue.
The ESB has the ID of the message, when failure shows an error message with
the ID.
Is there a way to get the ID?
--
View this message in context:
http://www.nabble.com/ESB-with-ActiveMQ-tp17057598p17060272.html
Sent from the WSO2 ESB Users mailing list archive at Nabble.com.
_______________________________________________
Esb-java-user mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user