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: 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
ot;/> > > > > > > > > > completionTimeout="1500" completionSize="750" > > > Exchange.FILE_NAME_ONLY > > > > uri="file:F:/EbcConversion/Data/outbox/files/?fileExist=Append&fileName=output.txt&q

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).