Hi

What do you mean by non working?

Do you mean that the file consume should only be running on one active
node, or what is your "not working problem" ?

On Sun, Jun 14, 2015 at 6:51 PM, sathiyaraja
<sathiyaraja1...@hotmail.com> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to