Return-Path: Delivered-To: apmail-camel-users-archive@www.apache.org Received: (qmail 39184 invoked from network); 20 Aug 2010 11:01:44 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Aug 2010 11:01:44 -0000 Received: (qmail 55097 invoked by uid 500); 20 Aug 2010 11:01:44 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 54782 invoked by uid 500); 20 Aug 2010 11:01:41 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 54762 invoked by uid 99); 20 Aug 2010 11:01:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 11:01:39 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.158 is neither permitted nor denied by domain of java2usuf@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Aug 2010 11:01:33 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OmPLU-0003ej-0X for users@camel.apache.org; Fri, 20 Aug 2010 04:01:12 -0700 Date: Fri, 20 Aug 2010 04:01:12 -0700 (PDT) From: Mohammed Yousuff To: users@camel.apache.org Message-ID: <1282302072011-2642007.post@n5.nabble.com> Subject: =?UTF-8?Q?Request_=E2=80=93Reply_using_JMS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I am trying to send sterilized object to JMS and should get the response ba= ck using request-response EIP pattern. I am try to find some example which doe= s the same=E2=80=A6. I saw the example code for request-response in Apache camel site, but not able to understand what it really happening.=20 Below are the steps which I am try to do using Camel . 1.=09A 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.=09Then need to set JMSReplyTo() and correlation ID and then sent to the MDB. 3.=09Once the MDB processed, it should return back to listener class. 4.=09The client should check the response asynchronous. I would appreciate if you can share any on the steps which you may know. Thank you=20 --=20 View this message in context: http://camel.465427.n5.nabble.com/Request-Rep= ly-using-JMS-tp2642007p2642007.html Sent from the Camel - Users mailing list archive at Nabble.com.