I looked through the Splitter class and the streaming flag seems to decide between using an Iterable directly or saving all entries of it into a list. So as long as parallel processing is not active, it lookes like the sub messages should still be in order, regardless of stream or not. I don't know if streaming does some other hidden stuff though.
-- View this message in context: http://camel.465427.n5.nabble.com/Split-streaming-and-order-of-sub-messages-tp5771314p5771436.html Sent from the Camel - Users mailing list archive at Nabble.com.
