Hi .,

Can anyone help with cronscheduledouterpolicy in fuse 6.1 cluster.

My camel file file looks like below.,

<bean id="myStartPolicy"
class="org.apache.camel.routepolicy.quartz2.CronScheduledRoutePolicy">
  <property name="routeStartTime" value="......" />
  <property name="routeStopTime" value="......" />
</bean>

<camelContext xmlns="http://camel.apache.org/schema/spring";>
    
<route id="testRoute" routePolicyRef="startPolicy" autoStartup="false">
        <from uri="file://server/filepath\...."/>
        <to uri="mock:success"/>
    </route>
</camelContext>

The above is working in non clustured environment, but not works in clustred
environment.

Thanks in adavance..



--
View this message in context: 
http://camel.465427.n5.nabble.com/CronScheduled-Route-Policy-is-not-working-in-cluster-tp5768214.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to