Camel | Need for Scheduling console
- by user1692063
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…