On Thu, Mar 11, 2010 at 6:51 AM, huntc <hu...@mac.com> wrote:
>
> Hi Claus,
>
> I understand that route order can be configured explicitly. However should a
> route start up and start firing during configuration of the routes?
> Intuitively, I wouldn't have thought so.
>

Its all explained in chapter 13 in details.

All routes are warmed up. And then started at the very last minute.
And this happens in the order defined.

And therefore the timer could be started before the next route, but
still enough time for it to trigger and fire.
Depending on your system and how the JVM execute tasks etc.

So you can increase the initial delay of the timer to let it fire
later the first time.




> Kind regards,
> Christopher
> --
> View this message in context: 
> http://old.nabble.com/The-timing-of-the-timer-component-tp27857160p27859605.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to