Camel
›
Camel - Users
Search
everywhere
only in this topic
Advanced Search
How to call a camel route using quartz_data.xml?
Classic
List
Threaded
♦
♦
Locked
2 messages
zerdo
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Report Content as Inappropriate
♦
♦
♦
♦
How to call a camel route using quartz_data.xml?
This post was updated on
.
CONTENTS DELETED
The author has deleted this message.
zerdo
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Report Content as Inappropriate
♦
♦
♦
♦
Re: How to call a camel route using quartz_data.xml?
This post has NOT been accepted by the mailing list yet.
Or how to run a route from quartz as defined in this way?
<bean id="job.statistics.DailyQPSValidationJobTrigger" class="org.quartz.CronTrigger">
<property name="name" value="DailyQPSValidationTrigger" />
<property name="jobName" value="DailyQPSValidation" />
<property name="jobGroup" value="Statistics" />
<property name="volatility" value="false" />
<property name="cronExpression" value="0 0 4 * * ?" />
</bean>
Loading...
Powered by
Nabble
Edit this page