2011/12/29 Willem.Jiang [via Camel] <
ml-node+s465427n5107178...@n5.nabble.com>

>
> On Thu Dec 29 15:38:42 2011, mgiammarco wrote:
> > 2) does it works even the reply is composed of multiple messages?
> If you can aggregate the  multiple message into one message.
>
> > 3) how does in-out work when an external application puts a message on
> my
> > queue?
>
> camel-jms producer will setup a listener which can handle the response
> message to check the reply queue and it has a replyManager which can map
> the response message with the request message by looking up the
> correlation id. When the response message is sent back, the process
> callback will be invoked to handle the response.
>
>
Ok I have this problem:

clients send to my queue search requests messages. I send each message to
several queues representing search engines. Each engine returns several
messages as reply. I need to send each reply as soons is ready (cannot put
together messages) to the right client.

Can I do it? Can the client asks for messages with his correlation id?

Thanks again for help.

Mario


--
View this message in context: 
http://camel.465427.n5.nabble.com/Please-explain-better-in-out-tp5106204p5107274.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to