Camel
›
Camel - Extra
Search
everywhere
only in this topic
Advanced Search
Camel-quartz
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
2 messages
puru_sadar
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Camel-quartz
Hi,
I have a routes which is scheduled to execute using quartz, it executes as scheduled. But I want to execute the route initially when the application is installed.
Christian Mueller
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: Camel-quartz
Administrator
http://camel.apache.org/timer.html
is what you are looking for, IMO. Use the option 'repeatCount=1' to make sure the route is only fired once.
http://camel.apache.org/quartz.html
has a similar option (trigger.repeatCount) but is less lightweight.
Best,
Christian
Free forum by Nabble
Edit this page