Camel | Need for Scheduling console

Posted by user1692063 on Stack Overflow See other posts from Stack Overflow or by user1692063
Published on 2012-10-11T05:49:53Z Indexed on 2012/10/11 15:37 UTC
Read the original article Hit count: 150

I am using camel 2.9.0 in my project. We have a number of routes divided into different camel contexts. Each camel context is bundled separately and deployed in Apache Karaf. Now the problem is divied into 2 parts:

1.) Each route is a scheduled route. Although using Quartz component, we are able to define a cron expressio in each route, we want a console where in we can trigger,stop any route and also put a cron expression to any route.(Scheduling a route through a web console is our main objective).

2.) Also we tried to configure the cron expression for each route through quartz.property. But if someone wants to change the cron expression at runtime in Apache Karaf, then we have to stop the bundle deployed and start in again. What can be done to change the value of cron expression at runtime.

Any replies and help would be appreciable.

Piyush

© Stack Overflow or respective owner

Related posts about java

Related posts about quartz-scheduler