I am building a camel process on linux server. I have set two different routes to pickup files from same directory and also added different delays for both. Now both routes are picking same file at the same time and one of them is getting errored out. Even though the file is picked and moved to archive folder
What parameters to add in application properties to make run both routes individually
First tried to add different delay that did not work. Then added initial delay for one of the routes. That is also not working
Any parameter which could help to pick two different files from same directory via two different routes
Shraddha Kalkar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.