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 1A11310E94 for ; Fri, 20 Dec 2013 02:31:19 +0000 (UTC) Received: (qmail 96984 invoked by uid 500); 20 Dec 2013 02:31:18 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 96945 invoked by uid 500); 20 Dec 2013 02:31:18 -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 96937 invoked by uid 99); 20 Dec 2013 02:31:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 02:31:18 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of viecili@gmail.com designates 209.85.215.173 as permitted sender) Received: from [209.85.215.173] (HELO mail-ea0-f173.google.com) (209.85.215.173) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Dec 2013 02:31:12 +0000 Received: by mail-ea0-f173.google.com with SMTP id o10so784045eaj.4 for ; Thu, 19 Dec 2013 18:30:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=XD0f4TrpQV9zmdHKYR7qbe1JFiNfRugb2v9CGXMMqic=; b=XpFwsYYFeiUL5G8GSQL1C3RI1qCVAc2Zy/o/o2Iyvkyym7swPKOMJlwLxAt0iwl5sB kd1iy24l2RD13d64jXrP220sgA+GCfHyCG2uSaHMUDyu/l/ncwmzaFMPDaMNK+pGT1h5 VaqEnI4y23iDRluCmb0PYcAoWiHK/VTf1vscmYp/8TM3YC1SXKpnv1B2uxATXpG3p/UE 7z3Tqjo7SqGsz+kOa83m4TS3bZFV3kvZhxci8n0n+TOiCd0kwxrptChK50UYXudmiOhK UhtkHvGPEh804TrYQpan8jEtvVgjb2tmDfOrzLUERKhnLgW9L6OpIDOPNor2zVrPNOdQ qghQ== MIME-Version: 1.0 X-Received: by 10.15.63.134 with SMTP id m6mr1828eex.74.1387506652805; Thu, 19 Dec 2013 18:30:52 -0800 (PST) Received: by 10.14.71.201 with HTTP; Thu, 19 Dec 2013 18:30:52 -0800 (PST) In-Reply-To: <1387488124729-5745069.post@n5.nabble.com> References: <1387488124729-5745069.post@n5.nabble.com> Date: Fri, 20 Dec 2013 13:30:52 +1100 Message-ID: Subject: Re: RecipientList or DynamicRouter or RoutingSlip From: Henrique Viecili To: users@camel.apache.org Content-Type: multipart/alternative; boundary=001a1132f35a2a00d604edee1158 X-Virus-Checked: Checked by ClamAV on apache.org --001a1132f35a2a00d604edee1158 Content-Type: text/plain; charset=ISO-8859-1 Take a look at Dynamic Recipient List [1], you could use a custom build bean to define the list of endpoints or a combination of header/tokenizer to achieve what you want. [1] http://camel.apache.org/recipient-list.html#RecipientList-DynamicRecipientList Henrique Viecili On 20 December 2013 08:22, ABouchama wrote: > Hello,I have the need :from --> in.header.Recipient=A,B,C --> Send message > to > the queue:A with Receiver=A, queue:B with Receiver=B, queue:C with > Receiver=C.I have read the documentation and all EIP, and I'm a bit lost > with what component or what pattern I can use to make this route.Thanks in > advance, > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/RecipientList-or-DynamicRouter-or-RoutingSlip-tp5745069.html > Sent from the Camel - Users mailing list archive at Nabble.com. --001a1132f35a2a00d604edee1158--