On Fri, Aug 20, 2010 at 1:24 PM, Mohammed Yousuff <[email protected]> wrote: > > jrobens, > > > Thanks for your reply. As i am very new Camel,if you can share me some * > Pseudocode* related to requestBody that could be great. thank you >
You can see this tutorial http://camel.apache.org/tutorial-jmsremoting.html However it shows different techniques to do request/reply over JMS. And you could consider the Camel book, chapter 7 covers JMS with Camel. > > Regards, > > Yousuff > > My Tech Blog: http://passion4java.blogspot.com > > > On Fri, Aug 20, 2010 at 4:34 PM, jrobens [via Camel] < > [email protected]<ml-node%[email protected]> >> wrote: > >> You should be able to just call requestBody >> >> camelTemplate.requestBody() >> >> >> >> On 20 August 2010 21:01, Mohammed Yousuff <[hidden >> email]<http://user/SendEmail.jtp?type=node&node=2642012&i=0>> >> wrote: >> >> > >> > I am trying to send sterilized object to JMS and should get the response >> back >> > using request-response EIP pattern. I am try to find some example which >> does >> > the same…. >> > >> > I saw the example code for request-response in Apache camel site, but not >> >> > able to understand what it really happening. >> > >> > Below are the steps which I am try to do using Camel . >> > >> > 1. A Object should be send to JBOSS JMS queue (I configured JBOSS >> queue >> > and able to post messages), but not sure how to send a object to the JMS >> > Server. >> > 2. Then need to set JMSReplyTo() and correlation ID and then sent to >> the >> > MDB. >> > 3. Once the MDB processed, it should return back to listener class. >> > 4. The client should check the response asynchronous. >> > >> > I would appreciate if you can share any on the steps which you may know. >> > Thank you >> > >> > -- >> > View this message in context: >> http://camel.465427.n5.nabble.com/Request-Reply-using-JMS-tp2642007p2642007.html<http://camel.465427.n5.nabble.com/Request-Reply-using-JMS-tp2642007p2642007.html?by-user=t> >> > Sent from the Camel - Users mailing list archive at Nabble.com. >> > >> >> >> >> -- >> http://interlated.com.au <http://interlated.com.au?by-user=t> >> 0434 996 607 >> Websites with Intelligence >> >> >> ------------------------------ >> View message @ >> http://camel.465427.n5.nabble.com/Request-Reply-using-JMS-tp2642007p2642012.html >> To unsubscribe from Request –Reply using JMS, click >> here<http://camel.465427.n5.nabble.com/template/NodeServlet.jtp?tpl=unsubscribe_by_code&node=2642007&code=amF2YTJ1c3VmQGdtYWlsLmNvbXwyNjQyMDA3fC0xNzA3NjkxNDA=>. >> >> >> > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Request-Reply-using-JMS-tp2642007p2642025.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
