Hi,

I see the point of making it per route and not per exchange. However, my
current use case is:
1 - I need to process a directory of large files (CSV)
2 - Each file is processed as a batch
3 - Need to process up to 3 files in parallel (using .threads(3) after the
file consumer).
4- Split each file and control how lines of the file are processed (e.g.
Only one line is processed per file. If 3 files are being processed, there
could be 3 lines being processed at the same, one per file)

Thanks a lot.
Hs



--
View this message in context: 
http://camel.465427.n5.nabble.com/Splitter-with-parallelProcessing-and-exectorService-for-each-Exchange-being-split-tp5746223p5746243.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to