Re: Grouping xml messages and Message ordering

2013-05-26 Thread Christian Müller
See [1] and [2]. [1] http://camel.apache.org/splitter.html [2] http://camel.apache.org/resequencer.html Best, On Sun, May 26, 2013 at 12:42 PM, Developer D wrote: > 1. I have a scenario where a single xml file should be split into multiple > xml files(due to restriction in msg transfer size) a

Grouping xml messages and Message ordering

2013-05-26 Thread Developer D
1. I have a scenario where a single xml file should be split into multiple xml files(due to restriction in msg transfer size) and sent to end point(external system). how do i achieve it camel? any samples out there? 2. How can i achieve sequence or preserve order while sending message to endpoin