Re: A question about timer

2010-11-08 Thread Ashwin Karpe
om/A-question-about-timer-tp3254745p3255335.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A question about timer

2010-11-08 Thread Claus Ibsen
--------- > -- > View this message in context: > http://camel.465427.n5.nabble.com/A-question-about-timer-tp3254745p3255244.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen -

Re: A question about timer

2010-11-08 Thread Ashwin Karpe
om/A-question-about-timer-tp3254745p3255244.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: A question about timer

2010-11-08 Thread S. Ali Tokmen
Hello Claus Thank you for these informations. Since I was looking for a timer-like behaviour, I did not think of looking into Quartz. I guess that component is the ideal for my use case. Cheers S. Ali Tokmen savas-ali.tok...@bull.net Office: +33 4 76 29 76 19 GSM:+33 66 43 00 555 Bull,

Re: A question about timer

2010-11-08 Thread Claus Ibsen
The timer is based on the JDK timer which really cant do nothing else than trigger every X interval. I do think the JDK timer has a rather peculiar feature where you can set a date when it should trigger the first time. Read its javadoc. If you need something like at specific times per day etc.

A question about timer

2010-11-08 Thread S. Ali Tokmen
Hello I have a CAMEL route that I would like to have a route that executes everyday at 02:00 AM. If I have read the documentation correctly, http://camel.apache.org/timer.html indicates that: 1. pattern=HH:mm 2. time=02:00 3. period=24hours Is that correct? Cheers -- S. Ali Tokmen s