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 BBB509F93 for ; Mon, 27 Feb 2012 10:54:15 +0000 (UTC) Received: (qmail 88389 invoked by uid 500); 27 Feb 2012 10:54:15 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 88213 invoked by uid 500); 27 Feb 2012 10:54:15 -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 88205 invoked by uid 99); 27 Feb 2012 10:54:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 10:54:15 +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 (nike.apache.org: domain of claus.ibsen@gmail.com designates 209.85.215.45 as permitted sender) Received: from [209.85.215.45] (HELO mail-lpp01m010-f45.google.com) (209.85.215.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2012 10:54:09 +0000 Received: by lahe6 with SMTP id e6so152283lah.32 for ; Mon, 27 Feb 2012 02:53:49 -0800 (PST) Received-SPF: pass (google.com: domain of claus.ibsen@gmail.com designates 10.112.83.42 as permitted sender) client-ip=10.112.83.42; Authentication-Results: mr.google.com; spf=pass (google.com: domain of claus.ibsen@gmail.com designates 10.112.83.42 as permitted sender) smtp.mail=claus.ibsen@gmail.com; dkim=pass header.i=claus.ibsen@gmail.com Received: from mr.google.com ([10.112.83.42]) by 10.112.83.42 with SMTP id n10mr5223904lby.101.1330340029442 (num_hops = 1); Mon, 27 Feb 2012 02:53:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=txpchQCHADvUTIcnCYI868J7dCeNjFv7kIffWPdyVlo=; b=CmUdFjPuVuyWLcvSaYy/YwjOrFyR1tBR7da0M/Oc+vWXBZnNWG4/BEU5eV4rXSPHAk G5WzYfZDNs5WSMHJuYFLJulOiGZX16ffWuEKDj+yP4Y0GNL4CgimPZbAvfpMLiEefXMY 0DrSFxGFCdHzHjwb8kxs8yvwbtAI9hZAJTjHc= Received: by 10.112.83.42 with SMTP id n10mr4371907lby.101.1330340029281; Mon, 27 Feb 2012 02:53:49 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.87.100 with HTTP; Mon, 27 Feb 2012 02:53:29 -0800 (PST) In-Reply-To: <1330339653371-5518564.post@n5.nabble.com> References: <1330326886898-5518119.post@n5.nabble.com> <1330339653371-5518564.post@n5.nabble.com> From: Claus Ibsen Date: Mon, 27 Feb 2012 11:53:29 +0100 Message-ID: Subject: Re: Invoking the same Camel route multiple times. To: users@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi The splitter EIP can do this where you can aggregate the messages http://camel.apache.org/splitter So it becomes like the composted message processor EIP (but without the need for a separate aggreagator eip) http://camel.apache.org/composed-message-processor.html see the _Split aggregate request/reply sample_ example on the splitter eip And you can enable the parallel processing option to enable concurrency. On Mon, Feb 27, 2012 at 11:47 AM, vishalad wrote: > Thanks for the information. > > My requirement is, =A0I am building the list and putting it in Exchange. = I > have another route which requires single telephone number and it returns = the > data for that number. Now, I want to fetch data for all the telephone > numbers from that list at the same time by invoking that route concurrenl= tly > (like Multicast). > Hence, I am looking for a way, where I can iterate over that list and pas= s > each number to that route but at the same time for all the numbers. > > -- > View this message in context: http://camel.465427.n5.nabble.com/Invoking-= the-same-Camel-route-multiple-times-tp5518119p5518564.html > Sent from the Camel - Users mailing list archive at Nabble.com. --=20 Claus Ibsen ----------------- FuseSource Email: cibsen@fusesource.com Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/