Re: how to decide the exchagne pattern of the route

2012-09-13 Thread Ashwin Karpe
Hi, Please check out the section "Request-reply over JMS" in the Camel JMS component documentation. Note the following "In essence the MEP of the Exchange should be InOut when you send a message to a JMS queue." Camel uses temporary replyTo Queue to send responses back from a JMS Consumer. "A t

Re: how to decide the exchagne pattern of the route

2012-09-13 Thread Claus Ibsen
> From: Claus Ibsen > To: users@camel.apache.org > Sent: Thursday, September 13, 2012 6:54 PM > Subject: Re: how to decide the exchagne pattern of the route > > On Thu, Sep 13, 2012 at 8:36 AM, Sura Monday wrote: >> Hi All, >> I have an exchan

Re: how to decide the exchagne pattern of the route

2012-09-13 Thread Sura Monday
? Also, how can I retrieve the response message at my jason consumer? /Sura From: Claus Ibsen To: users@camel.apache.org Sent: Thursday, September 13, 2012 6:54 PM Subject: Re: how to decide the exchagne pattern of the route On Thu, Sep 13, 2012 at 8:36 AM, Sura

Re: how to decide the exchagne pattern of the route

2012-09-12 Thread Claus Ibsen
On Thu, Sep 13, 2012 at 8:36 AM, Sura Monday wrote: > Hi All, > I have an exchange pattern like the one shown below: > > from("jason:action").inOut("jms:validate); > > from("jms:validate").bean(ValidatorBean.class); > > At my jason end point, if I print out [endpoint].getExchangePattern(), it > r