Re: Possibility of using inOut

2010-08-31 Thread Muhammad Ichsan
2010/8/31 Claus Ibsen > Read chapter 7 in the Camel book how to do request/reply over JMS. > > The 2nd route (amq:input) will "detect" the JMSReplyTo header > automatic and automatic return back the reply. So you don't have to do > that manually. > Just at the end of the routing the message is se

Re: Possibility of using inOut

2010-08-31 Thread Willem Jiang
Muhammad Ichsan wrote: Dear All I want to know if this is possible How to implement communicator then? Thanks As the can't work for you, I think you can define the routes like this, the bean:communication need to make sure it sets a right correlationId message header.

Re: Possibility of using inOut

2010-08-31 Thread Claus Ibsen
Read chapter 7 in the Camel book how to do request/reply over JMS. The 2nd route (amq:input) will "detect" the JMSReplyTo header automatic and automatic return back the reply. So you don't have to do that manually. Just at the end of the routing the message is send back to the JMSReplyTo destinati