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 F2E289C4D for ; Wed, 28 Mar 2012 06:09:30 +0000 (UTC) Received: (qmail 70899 invoked by uid 500); 28 Mar 2012 06:09:30 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 70866 invoked by uid 500); 28 Mar 2012 06:09:30 -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 70847 invoked by uid 99); 28 Mar 2012 06:09:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 06:09:30 +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 christian.mueller@gmail.com designates 209.85.216.52 as permitted sender) Received: from [209.85.216.52] (HELO mail-qa0-f52.google.com) (209.85.216.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2012 06:09:23 +0000 Received: by qabg40 with SMTP id g40so686626qab.11 for ; Tue, 27 Mar 2012 23:09:02 -0700 (PDT) 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=OVxWymfwDwJMjEqlxINs64RIxRk4N4DNTcCNg3JN79E=; b=axNvhH+kSb9rlJsOU3wAgvoktpB2wVOzi0W2Y0QJTwP+HxO0ERJAVq3wwmHdvdvH5v q+E+kuR2aM5/N8mPq8Q/lE6YDDyK2pACSVaMjWRVFNpw3ipEA0HRFkVy/HpXYx6erL2d oF/QVbCokyq/zeZ/SW85YhHKQj7NzM1aXZUTM7kfmza6y8et3lvN0cKvLDBiL6mxOM7z uswSI00hsRwdHEdFAdDIle9LwoPNOuzZgixAiVq4egMjaamSqywA2UNen2ekhV53UjoF Jgg5smbtIgPjBFyHmXWbyDeIUN+atiEO20KFLKXdNEBluOb5h+J0Om6RFGd5kUZKMQn9 o4fg== MIME-Version: 1.0 Received: by 10.224.208.1 with SMTP id ga1mr36534908qab.21.1332914942267; Tue, 27 Mar 2012 23:09:02 -0700 (PDT) Received: by 10.229.214.206 with HTTP; Tue, 27 Mar 2012 23:09:01 -0700 (PDT) In-Reply-To: <1332862746098-5598178.post@n5.nabble.com> References: <1332858352956-5598002.post@n5.nabble.com> <1332862746098-5598178.post@n5.nabble.com> Date: Wed, 28 Mar 2012 08:09:01 +0200 Message-ID: Subject: Re: Have available data in several points of the route? From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=20cf300faf61a64f7c04bc477141 --20cf300faf61a64f7c04bc477141 Content-Type: text/plain; charset=ISO-8859-1 Yes, but - you can store your data as Exchange properties - you can use the enrich pattern [1] to enrich your message or message headers and use an AggregationStrategy to merge the old and the new Exchange together. claim-check is the prefered solution if you deal with big data. [1] http://camel.apache.org/content-enricher.html [2] http://camel.apache.org/aggregator2.html Best, Christian On Tue, Mar 27, 2012 at 5:39 PM, m.jimen.blazquez < m.jimen.blazquez@gmail.com> wrote: > Hi, > > Actually the exchange does not fit because I have to interact with > services > which doesn't understand CAMEL so the body in exchange will always be the > returned object of the invoked method, won't it? > > best regards > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Have-available-data-in-several-points-of-the-route-tp5598002p5598178.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --20cf300faf61a64f7c04bc477141--