Re: Spliter in Camel

2011-11-03 Thread Claus Ibsen
ords, then that would be faster in a single threaded. > Thanks & regards, > Ebe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4955063.html > Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spliter in Camel

2011-11-01 Thread ebinsingh
and publish it to MQ. I currently see that it takes little less than a second to process a file of 2000 records. Thanks & regards, Ebe -- View this message in context: http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4955063.html Sent from the Camel - Users mailing list archiv

Re: Spliter in Camel

2011-11-01 Thread Claus Ibsen
Setting bean invocation result on the IN message: > 2011-10-31 13:42:43,905 DEBUG [pool-1-thread-1] bean.BeanProcessor - Setting > bean invocation result on the IN message: > 2011-10-31 13:42:43,905 DEBUG [pool-1-thread-1] bean.BeanProcessor - Setting > bean invocation result on t

Re: Spliter in Camel

2011-10-31 Thread ebinsingh
liter-in-Camel-tp4940967p4953111.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spliter in Camel

2011-10-29 Thread Claus Ibsen
own this ) Camel in Action book chapter 8 and 10 covers this in much more details. > Please provide some insight into this. > > Thanks & regards, > Ebe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4940967.html >

Re: Spliter in Camel

2011-10-29 Thread Christian Schneider
().setBody(builder.toString()); return exchange1; } -- View this message in context: http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4946971.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Christian Schneider http://www.liquid-reality.de Open Source Architect Talend Application Integration Division http://www.talend.com

Re: Spliter in Camel

2011-10-28 Thread ebinsingh
.class)); exchange1.getIn().setBody(builder.toString()); return exchange1; } -- View this message in context: http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4946971.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spliter in Camel

2011-10-27 Thread Christian Schneider
.executorService(threadPool1).to("jms:queue:test_request_3").end() >.log("Sent all messages to queue"); > > > The AggregationStratery does the below concatination. > > exchange1.getIn().setBody(exchange1.getIn().getBody(String.class)+exchange2.ge

Re: Spliter in Camel

2011-10-27 Thread ebinsingh
e1.getIn().setBody(exchange1.getIn().getBody(String.class)+exchange2.getIn().getBody(String.class)); -- View this message in context: http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4942950.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Spliter in Camel

2011-10-26 Thread Claus Ibsen
e are looking into optimize XPath as well if that is possible. > Please provide some insight into this. > > Thanks & regards, > Ebe > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4940967.html > Sent from the Camel

Re: Spliter in Camel

2011-10-26 Thread Christian Müller
where before it sends them > to the processer. How does Camel splitter internally work. > > I want to make sure that the Splitter does not eat up the memory. > > Please provide some insight into this. > > Thanks & regards, > Ebe > > -- > View this message i

Spliter in Camel

2011-10-26 Thread ebinsingh
Splitter does not eat up the memory. Please provide some insight into this. Thanks & regards, Ebe -- View this message in context: http://camel.465427.n5.nabble.com/Spliter-in-Camel-tp4940967p4940967.html Sent from the Camel - Users mailing list archive at Nabble.com.