Re: Camel 2.10.2 timer component does not fire at startup

2013-03-15 Thread Claus Ibsen
On Wed, Mar 13, 2013 at 8:56 PM, jerome wrote: > I am having indeed the same issue. > How to make this fire as soon as the route starts and every 1800 seconds > afterwards? > From the documentation I was assuming this was the syntax to use: > uri="timer://scheduler?fixedRa

Re: Camel 2.10.2 timer component does not fire at startup

2013-03-13 Thread jerome
I am having indeed the same issue. How to make this fire as soon as the route starts and every 1800 seconds afterwards? >From the documentation I was assuming this was the syntax to use: It does not work though -- View this message in context: http://camel.465427.n5.nab

Re: Camel 2.10.2 timer component does not fire at startup

2012-11-26 Thread alberto.zigoni
Thanks Claus, I tried this, but it didn't work. I tried both with delay and initialDelay. This wasn't happening with previous versions of Camel, this is why I'm writing here. Besides, it wouldn't explain why, after a manual stop/start of the route via JMX, the timer fires right after the route i

Re: Camel 2.10.2 timer component does not fire at startup

2012-11-26 Thread Claus Ibsen
Oh and you can use delay=1000 or something for the 1st firing, to be after 1 sec, and then after that the delay option is used On Mon, Nov 26, 2012 at 2:13 PM, Claus Ibsen wrote: > Hi > > It starts after 1800s. > > > On Mon, Nov 26, 2012 at 1:52 PM, alberto.zigoni > wrote: >> 1800s > > > > --

Re: Camel 2.10.2 timer component does not fire at startup

2012-11-26 Thread Claus Ibsen
Hi It starts after 1800s. On Mon, Nov 26, 2012 at 1:52 PM, alberto.zigoni wrote: > 1800s -- Claus Ibsen - Red Hat, Inc. FuseSource is now part of Red Hat Email: cib...@redhat.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Acti