Hello, Just to give you a problem statement : 1. We have number of files each with millions of records at one location.We need to read those files and save data in database. 2. Once done update status in other table.
Solution is already in place. But currently its taking more time. Hence we tried to use thread at camel route level so multiple files can be processed simultaneously. Now with this we are able to minimize the time but not able to do postprocessing (i.e. step 2) As per your suggestion , this will basically split single file depending on some tokenizer and will process that file which is something different. Please correct me if i am wrong. -- View this message in context: http://camel.465427.n5.nabble.com/Apache-camel-Multithreading-in-route-tp5749217p5749238.html Sent from the Camel - Users mailing list archive at Nabble.com.