Unless you are on a very old version the simple trigger will not fire when
starting the route (the fireNow property)
However if your repeat interval is small it might look like that.

What I normally use is the option of delaying the start of the Quartz
scheduler itself.

Look for "Starting the Quartz scheduler"
http://camel.apache.org/quartz.html


2012/7/19 Sudhakar.kaithepalli <sudhakar.kaithepa...@gmail.com>

> Hi to all .........
>
>           I am using Camel and Quartz to schedule a job and in Quartz also
> i
> used SimpleTrigger. But the problem here is the trigger fires while we
> start
> the server itself, we don't want like that. It should fire on configured
> time only not at initial time.
> How to configure it. And the following is my configuration..........
>
>
> from("quartz://SchedulerJob?trigger.repeatInterval="+repeatInterval+"&trigger.repeatCount="+SimpleTrigger.REPEAT_INDEFINITELY)
>
> Thanks and Regards....
>
> -----
> Sudhakar Kaithepalli
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/camel-quartz-schedulers-tp5715992p5716240.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>

Reply via email to