I believe it's either speaking of Timer: http://docs.oracle.com/javase/7/docs/api/java/util/Timer.html
Or it may be speaking of ScheduledExecutorService: http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/ScheduledExecutorService.html On 2 September 2014 02:52, Shiv <shiv.dixit....@gmail.com> wrote: > Hi, > I need to use a timer using format timer://kickoff?period=300000 which will > run every 5 minutes and pull records from DB and sends to JMS queue. As the > timer fires and busy processing if new timer will be fired again if the > timer interval expires? This timer endpoint is defined and used only once > in > the camel context. > > I tried to read through camel timer documentation but it is not clear there > yet it says "Where name is the name of the Timer object, which is created > and shared across endpoints. So if you use the same name for all your timer > endpoints, only one Timer object and thread will be used." > > Thanks > Shiv > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Using-Timer-in-Camel-tp5755951.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Matt Sicker <boa...@gmail.com>