Re: Splitter and Aggregator

2017-02-07 Thread Demon Hunter
sorry I'm reading splitter and aggregator EIP. I don't see the examples which are using together with splitter and aggregator. However, I see there's one EIP call composed process which helps using splitter to be using together with aggregation by adding aggregation strategy as opti

Re: Splitter and Aggregator

2017-02-07 Thread Claus Ibsen
his message in context: > http://camel.465427.n5.nabble.com/Splitter-and-Aggregator-tp5793551.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Splitter and Aggregator

2017-02-07 Thread Demon Hunter
Can we use together with Splitter & Aggregator as below If no, can I know why. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-and-Aggregator-tp5793551.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Java DSL vs Spring Dsl with Splitter and Aggregator

2013-02-20 Thread Willem jiang
illem On Friday, February 15, 2013 at 2:27 AM, Gvvenkat wrote: > If someone can advise, that will be great. > > Thanks in advance. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Java-DSL-vs-Spring-Dsl-with-Splitter-and-Aggregat

Re: Splitter and Aggregator Query

2013-02-11 Thread Claus Ibsen
gregate all the messages again. Hence, unclear >> which completion condition I can use >> >> Thanks >> Joe > > > > > > ----- > Ben O'Day > IT Consultant -http://consulting-notes.com > > -- > View this message in context: >

Re: Splitter and Aggregator Query

2013-02-11 Thread boday
all the messages again. Hence, unclear > which completion condition I can use > > Thanks > Joe - Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-and-Aggregator-Query-tp5727361p5727375.html Sent from the Camel - Users mailing list archive at Nabble.com.

Splitter and Aggregator Query

2013-02-11 Thread gilboy
ion I can use Thanks Joe -- View this message in context: http://camel.465427.n5.nabble.com/Splitter-and-Aggregator-Query-tp5727361.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Java DSL vs Spring Dsl with Splitter and Aggregator

2013-02-09 Thread Gvvenkat
ontext-main.xml"); // run until you terminate the JVM System.out.println("Starting Camel. Use ctrl + c to terminate the JVM.\n"); main.run(); } } -- View this message in context: http://camel.465427.n5.nabble.com/Java-DSL-vs-Spring-Ds

Re: Java DSL vs Spring Dsl with Splitter and Aggregator

2013-02-05 Thread Willem jiang
uot; > /> > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Java-DSL-vs-Spring-Dsl-with-Splitter-and-Aggregator-tp5727007p5727017.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: Java DSL vs Spring Dsl with Splitter and Aggregator

2013-02-05 Thread Willem jiang
process( new NewDecoder()). > aggregate(header(Exchange.FILE_NAME_ONLY), > new StringBodyAggregator()).completionSize(750) > .completionTimeout(1500). > to("file:F:/EbcConversion/Data/outbox/files?fileExist=Append&fileName=output.txt"); > > > Thanks a lot. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Java-DSL-vs-Spring-Dsl-with-Splitter-and-Aggregator-tp5727007.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: problem propagating exceptions with splitter and aggregator

2012-02-03 Thread Claus Ibsen
an error.  The file gets moved to the error folder. > But when I add an aggregator within the splitter and the bean > throws an exception, it doesn't move the file to the error folder. > > -- > View this message in context: > http://camel.465427.n5.nabble.com/problem-propagati

Re: problem propagating exceptions with splitter and aggregator

2012-02-03 Thread regvito
the file to the error folder. -- View this message in context: http://camel.465427.n5.nabble.com/problem-propagating-exceptions-with-splitter-and-aggregator-tp5452376p5454625.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: problem propagating exceptions with splitter and aggregator

2012-02-03 Thread Claus Ibsen
ng processed into the error folder > when > my bean throws an exception with a route like above with a spiltter and > aggregator? > > -- > View this message in context: > http://camel.465427.n5.nabble.com/problem-propagating-exceptions-with-splitter-and-aggregator-tp5452376p54

problem propagating exceptions with splitter and aggregator

2012-02-02 Thread regvito
n my bean throws an exception with a route like above with a spiltter and aggregator? -- View this message in context: http://camel.465427.n5.nabble.com/problem-propagating-exceptions-with-splitter-and-aggregator-tp5452376p5452376.html Sent from the Camel - Users mailing list archive at Nabble.com.