Hello, I have a route which splits a large file into small chunks in a streaming mode based on number of lines. Hence, I wont know upfront as to how many splits shall be done. After the splitting is done, I use the .end() to continue processing in my route and want to know how many splits were done and this I would be using in subsequent processing. Unfortunately, I am not able to access the property CamelSplitSize as I always get the original exchange back after my splitting is done. Is there a way to determine the number of splits after the Splitter ends? Regards, Sushil
-- View this message in context: http://camel.465427.n5.nabble.com/Accessing-Number-of-Splits-after-the-Splitter-has-done-its-job-tp5716052.html Sent from the Camel - Users mailing list archive at Nabble.com.