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 05D8DDD62 for ; Thu, 16 May 2013 20:39:15 +0000 (UTC) Received: (qmail 2968 invoked by uid 500); 16 May 2013 20:39:14 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 2833 invoked by uid 500); 16 May 2013 20:39:14 -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 2818 invoked by uid 99); 16 May 2013 20:39:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2013 20:39:14 +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 (athena.apache.org: domain of bibryam@gmail.com designates 209.85.212.180 as permitted sender) Received: from [209.85.212.180] (HELO mail-wi0-f180.google.com) (209.85.212.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 May 2013 20:39:09 +0000 Received: by mail-wi0-f180.google.com with SMTP id hn14so3130490wib.1 for ; Thu, 16 May 2013 13:38:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=IKYbBXT12VbN0OklgVscuClp2/OVYbcVlaq5XpHRgWk=; b=yalYAK9vFftzvOzCt120BhmBTAXSWtj9OrgvLfW/xhBcG+yjv8lr7akCcNlOGlLjwK yg8bZVvnlTg2fsW72pfiDoc1udAaw+xyJMRBuxQ4wipJnNYi4oYsDPGgOoOMJGGY30cx Dgh1C1HAQ+5EGnR2qvnxTu76nfHURlutiCTh0+IbVW+7yKTXXMFJLUX+4Epj1CMuFmS6 kCZ1ojjAAERKnYAlxdbuQzFwahfz/ycZPlSKOcw2ucgk7uOzpThzv4l+gZkfqa26rG7A ADCyr4kkgau7CXHvNJ06htp1xk5cnMib1uH/MA3JaTGO5kvuHvuGX/81EQqm62W+iR2x LmUw== MIME-Version: 1.0 X-Received: by 10.180.37.243 with SMTP id b19mr28220434wik.12.1368736728601; Thu, 16 May 2013 13:38:48 -0700 (PDT) Received: by 10.216.102.135 with HTTP; Thu, 16 May 2013 13:38:48 -0700 (PDT) In-Reply-To: <1368720140984-5732681.post@n5.nabble.com> References: <1368720140984-5732681.post@n5.nabble.com> Date: Thu, 16 May 2013 21:38:48 +0100 Message-ID: Subject: Re: Sending an exchange into a route mid way From: Bilgin Ibryam To: users@camel.apache.org Content-Type: multipart/alternative; boundary=e89a8f646db57fdb0904dcdbda09 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f646db57fdb0904dcdbda09 Content-Type: text/plain; charset=ISO-8859-1 You could separate route R1 into two smaller routes connected with direct. Then you could send messages to both smaller routes... Bilgin On 16 May 2013 17:02, samslara wrote: > Hello, > I have a hypothetical question that's been bugging me. Is it possible to > send an exchange into a route mid way? So to elaborate I have a route R1 > that does something simple like (pseudo camel xml): > > > > > > > > > Now I have this other route R2 that somewhere down the line (in P4) wants > to > send a copy of the message to only the later parts of R1, starting with P2. > > > > ----> > > > > R1 is already defined and I can't modify it's structure but I do know of > the > structure it has. R1 is also defined in the same camel context as R2. I > can, though, modify every part of R2. Is this possible and if so how can > it > be done? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Sending-an-exchange-into-a-route-mid-way-tp5732681.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --e89a8f646db57fdb0904dcdbda09--