Search code examples
javaapache-camel

Camel Splitter Order of Processing


If I DON'T specify parallelProcessing() when I'm splitting a List in camel, will Camel process the items in order?


Solution

  • According to the documentation you also have to set streaming=false to guarantee in-order aggregation.