On Fri, Jan 25, 2013 at 3:38 PM, renamsavio wrote:
> Does someone have any idea how to solve it?
>
You can use the API on CamelContext to start|stop routes. So you would
need to figure out
when there is no more files on route1, to start route2, and so forth.
And what should happen when route 3 is
Each file component handles with a diferent directory..
directory "root" (File Component 1)
directory 1 (File Component 2) - File Component 1 finishes
processing all the files from its directory, so it starts
directory 2 (File Component 3) - File Component 2 finishes
processi
On Thu, Jan 24, 2013 at 8:10 PM, renamsavio wrote:
> Hi there,
> I have a doubt.. I've got 3 File components. But I wanna know how to make
> them run sequentially..in other words, the second File component will be run
> just when the first one finishes its work in all the files from that
> directo