Satya
Satya

Reputation: 56

Apache camel Quartz endpoints : rescheduling at runtime

Is it possible to change cron expression of camel quartzendpoint at runtime using jmx or so ?

Upvotes: 1

Views: 618

Answers (2)

Sergey
Sergey

Reputation: 1361

You can update the route itself (including configuration of the quartz endpoint). As an example you can see how Camel plugin of Hawt.io (http://hawt.io/plugins/camel/) does it

Upvotes: 1

vikingsteve
vikingsteve

Reputation: 40408

No, but you could experiment with CamelContext and see if you can add new routes at runtime.

Upvotes: 0

Related Questions