Hi All,

I have written a camel application that I would like to execute from the
crontab. My application has a main class which looks like ...

public class Main extends org.apache.camel.spring.Main {
    
        public static void main(String... args) throws Exception {
        new Main().run(args);
    }
}

And it has several routes. So it's easy enough to execute camel and tell it
to run all the routes but how would I tell it to only run a specific route
from the unix cron or just any other unix command line for that matter?

thanks



--
View this message in context: 
http://camel.465427.n5.nabble.com/Execute-a-spedific-route-from-unix-cron-tp5744010.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to