You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Dayakar <da...@gmail.com> on 2013/07/23 12:09:07 UTC

How to Pause Quartz Component

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-Component-tp5736106.html
Sent from the Camel Development mailing list archive at Nabble.com.

AW: How to Pause Quartz Component

Posted by "Jan Matèrne (jhm)" <ap...@materne.de>.
You have asked this on the user-list too (where is the right place I think).
So expect an answer there ...

Jan

> -----Ursprüngliche Nachricht-----
> Von: Dayakar [mailto:daya.kondoju@gmail.com]
> Gesendet: Dienstag, 23. Juli 2013 12:09
> An: dev@camel.apache.org
> Betreff: How to Pause Quartz Component
> 
> 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("Mai
> nRoute").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-Component-tp5736106.html
> Sent from the Camel Development mailing list archive at Nabble.com.