Quantcast

How to call a camel route using quartz_data.xml?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

How to call a camel route using quartz_data.xml?

zerdo
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: How to call a camel route using quartz_data.xml?

zerdo
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...