I am having another issue based on same solution given by "dulanov".
Is it possible to group N lines together?

I come up with solution as follow without aggregation, but it is better if i
can use aggregation as describe in this post. Can anyone please help on
this?

from("file:/temp/test").split().tokenize("\n", 100).process(new
MyProcessor()).to("file:/home/test/dest?fileExist=Append");




--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-aggregate-all-messages-into-a-single-message-tp477603p5747917.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to