Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0158AD062 for ; Sat, 13 Oct 2012 09:58:05 +0000 (UTC) Received: (qmail 3440 invoked by uid 500); 13 Oct 2012 09:58:04 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 3425 invoked by uid 500); 13 Oct 2012 09:58:03 -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 3395 invoked by uid 99); 13 Oct 2012 09:58:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 09:58:03 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-la0-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 Oct 2012 09:57:59 +0000 Received: by mail-la0-f45.google.com with SMTP id m13so3116092lah.32 for ; Sat, 13 Oct 2012 02:57:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=Q4oq87xVAGl35cFK7Bqqyb6phqzCIRM57mmkx6b4baI=; b=zEXPpqHyf56JlqGwG8332p2/ITKLY0lW4hzdybsBeNLZfun0vD/PquV2bvhrmqjdS3 ms3aBQk3HKW4o+9z8/KnUpbCw51bFpR/szuQM8+YpVm8dsnUNopINIqC6cLjUhgrrMd4 FzWf2O8UfTcZF9GRYZ1vi4UqToX58jKtd0dQFeQvzMMRsou4w9Mo92U/H8iFuXUpQ2ZL SygrNHFHMiEMin+hiyI/q50AHj9M47FRGiM+gcBv4pjg+yUazFjMWq4B2wj0AW5VWBka Q9SRHs4Rth5j7NvYbbX3dkDZ3jx5XoJDeJr6J78BxmukYZ0theA6mp4zgCfclpqW6vBs aBLA== Received: by 10.112.36.65 with SMTP id o1mr2496406lbj.11.1350122258006; Sat, 13 Oct 2012 02:57:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.42.9 with HTTP; Sat, 13 Oct 2012 02:57:17 -0700 (PDT) In-Reply-To: <1350050784324-5720961.post@n5.nabble.com> References: <1350050784324-5720961.post@n5.nabble.com> From: Claus Ibsen Date: Sat, 13 Oct 2012 11:57:17 +0200 Message-ID: Subject: Re: JMS request/reply and aggregate To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Fri, Oct 12, 2012 at 4:06 PM, realice wrote: > Hi, my use case is request/reply via JMS. a request sent to a request queue, > and aggregate all the responses on the response queue for further process. > Btw, the big boss finally agreed that camel is better than BPEL, but I had > go off on a spring integration detour. And I know spring integration has a > jms outbound gateway that does jms request reply. How do i aggregate the > responses back and channel through the route? > > many thanks > Came JMS has built-in request/reply so you just do a from X to(Pattern.InOut, "jms:xxx") See details at http://camel.apache.org/request-reply.html And especially this page, about how to do request/reply. And what options you can use to tweak http://camel.apache.org/jms > > > -- > View this message in context: http://camel.465427.n5.nabble.com/JMS-request-reply-and-aggregate-tp5720961.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. FuseSource is now part of Red Hat Email: cibsen@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen