Hi,
I am using Quartz as my starting endponig. I have defined the the route as
follows,

from("quartz://myTimer?trigger.repeatInterval=120000&trigger.repeatCount=-1&stateful=true")
          .log("Test");        
When Camel comes up I do see an entry being created in the database for the
trigger and for the job. However once my test finishes and Camel is stopped
that entry is removed from the database and I see in the logs that the
quartz job was stopped and the trigger was deleted - 'DEBUG - Deleting job
using trigger: Camel/myTimer'.
I would like the trigger to persist so that it can be used to calculate a
misfire next time when the test is re-ran and Camel comes up.
Is there a way to do that?

thanks,
-v-




--
View this message in context: 
http://camel.465427.n5.nabble.com/Quartz-triggers-being-deleted-when-shutting-down-Camel-tp5727257.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to