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 6F296F75D for ; Wed, 20 Mar 2013 12:05:37 +0000 (UTC) Received: (qmail 17263 invoked by uid 500); 20 Mar 2013 12:05:36 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 17141 invoked by uid 500); 20 Mar 2013 12:05:36 -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 Delivered-To: moderator for users@camel.apache.org Received: (qmail 14027 invoked by uid 99); 20 Mar 2013 12:03:40 -0000 X-ASF-Spam-Status: No, hits=4.2 required=5.0 tests=HTML_MESSAGE,SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of gardellajuanpablo@gmail.com) Date: Wed, 20 Mar 2013 05:03:14 -0700 (PDT) From: Gardella juan To: users@camel.apache.org Message-ID: In-Reply-To: References: <1363714296540-5729434.post@n5.nabble.com> Subject: Re: Camel SQL component - How configure sql component to doesn't try read the body? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_305633_8410366.1363780994025" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_305633_8410366.1363780994025 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Oki, thanks Claus for answer. I 've created the jira https://issues.apache.org/jira/browse/CAMEL-6186. 2013/3/20 Claus Ibsen-2 [via Camel] < ml-node+s465427n5729482h88@n5.nabble.com> > Hi > > Yeah that seems like a good improvement. Feel free to log a JIRA ticket > http://camel.apache.org/contributing.html > > And patches is of course welcome. > > > On Tue, Mar 19, 2013 at 6:31 PM, Gardella juan > <[hidden email] > > wrote: > > > Hi, > > > > I have a route that is processing a file. So the body is an input > stream. I > > want in some part of the route do two sequential operations. So I am > using > > something like that: > > > > from("direct:foo").multicast().to( > > "sql:truncate table X", > > "direct:continue"); > > > > If I do that, sql read a portion of the input stream. I can solve if I > > change the route to > > > > from("direct:foo").streamCaching().multicast().to( > > "sql:truncate table X", > > "direct:continue"); > > > > But I do not want add streamCaching() only for the reason that sql > component > > can not configure to do not read the body. Is it possible configure sql > > component to does not read message body? > > > > Thanks, > > Juan > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Camel-SQL-component-How-configure-sql-component-to-doesn-t-try-read-the-body-tp5729434.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: [hidden email] > Web: http://fusesource.com > Twitter: davsclaus > Blog: http://davsclaus.com > Author of Camel in Action: http://www.manning.com/ibsen > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Camel-SQL-component-How-configure-sql-component-to-doesn-t-try-read-the-body-tp5729434p5729482.html > To unsubscribe from Camel SQL component - How configure sql component to > doesn't try read the body?, click here > . > NAML > -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SQL-component-How-configure-sql-component-to-doesn-t-try-read-the-body-tp5729434p5729492.html Sent from the Camel - Users mailing list archive at Nabble.com. ------=_Part_305633_8410366.1363780994025--