Hi, 

I am using Quartz Component which run Daily at 20:00  I configured it as
from("quartz://myGroup/myTimerName?cron=0+0+20+1/1+*+?+*").routeid("MainRoute").to("jms:queue:outBoundQueue")
 

I need to pause the Route for few Days

Iam using camelContext.suspendRoute("MainRoute");

But still Quartz is firing .

How can i pause Quartz Component

Thanks in Advance

Regards,
Dayakar



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-Pause-Quartz-Componenent-tp5736101.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to