Hi,

What is the best practice for processing 4 files one after another? The
second may only start when the first is completely processed.
Ordering the files is not an issue, this is working.

For the moment I have 5 routes:
- One for the file poller (with sorter)
- 4 separate routes (direct) for each file (each has their own logic).

When I run this, the files aren't processed in the right sequence...

I was thinking in the direction of a wait-while (expression) thing but that
doesn't exist (I think)....

Someone has an idea how to handle this?

Thx
Pieter

--
View this message in context: 
http://camel.465427.n5.nabble.com/process-files-in-order-tp5716234.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to