Re: zookeeper route policy failover not working

2016-05-19 Thread Minh Tran
Thanks Claus. I’ve found the ticket, it’s CAMEL-8208. > On 20 May 2016, at 3:10 PM, Claus Ibsen wrote: > > Check the JIRA what tickets has been reported about camel-zookeeper. I > think we have something about this. > > On Fri, May 20, 2016 at 7:05 AM, Minh Tran wrote: >> 2.17.1 >> >>> On 20

Re: zookeeper route policy failover not working

2016-05-19 Thread Claus Ibsen
Check the JIRA what tickets has been reported about camel-zookeeper. I think we have something about this. On Fri, May 20, 2016 at 7:05 AM, Minh Tran wrote: > 2.17.1 > >> On 20 May 2016, at 2:25 PM, Claus Ibsen wrote: >> >> What version of Camel is that? >> >> On Thu, May 19, 2016 at 1:37 AM, Mi

Re: zookeeper route policy failover not working

2016-05-19 Thread Minh Tran
2.17.1 > On 20 May 2016, at 2:25 PM, Claus Ibsen wrote: > > What version of Camel is that? > > On Thu, May 19, 2016 at 1:37 AM, Minh Tran wrote: >> Hi >> >> I am trying to use the zookeeper route policy for failover and it does not >> work as I would expect. Here’s an example route. >> >> Z

Re: zookeeper route policy failover not working

2016-05-19 Thread Claus Ibsen
What version of Camel is that? On Thu, May 19, 2016 at 1:37 AM, Minh Tran wrote: > Hi > > I am trying to use the zookeeper route policy for failover and it does not > work as I would expect. Here’s an example route. > > ZooKeeperRoutePolicy policy = new > ZooKeeperRoutePolicy("zookeeper://zooke

zookeeper route policy failover not working

2016-05-18 Thread Minh Tran
Hi I am trying to use the zookeeper route policy for failover and it does not work as I would expect. Here’s an example route. ZooKeeperRoutePolicy policy = new ZooKeeperRoutePolicy("zookeeper://zookeeperHost/myapp/myroute", 1); from("quartz2:start").routePolicy(policy).log(“hello world”); I r