If I DON'T specify parallelProcessing() when I'm splitting a List in camel, will Camel process the items in order?
parallelProcessing()
List
According to the documentation you also have to set streaming=false to guarantee in-order aggregation.
streaming=false