ZooKeeperPolicy not working in Camel 2.18.1 (?)

2017-01-30 Thread Stefan Meisner Larsen
I would really appreciate if someone could help me get ZooKeeperRoutePolicy working asexpected... I have a zookeeper cluster with 3 servers and two karaf instances with the following route installed: from("timer://timer1?fixedRate=true=1") .routeId(routeId)

Cant get simple ZooKeeperRoutePolicy example to work

2017-01-27 Thread Stefan Meisner Larsen
Hi, I'm trying to get this simple example to work: In Karaf I create two camel contexts each with an instance of this routebuilder: package dk.jppol.ip.app.service.adorderservice.camel; import org.apache.camel.builder.RouteBuilder; import

Re: Camel route stops consuming from RabbitMQ queue

2016-09-16 Thread Stefan Meisner Larsen
My route looks like this: It takes xml documents from a queue and sends them as payload in a webservice call, returning the output to a rabbitmq exchange Does some validationa and extracts some fields used for logging via the routeEventsObserver @Override public void configure() throws Exception

Re: Camel route stops consuming from RabbitMQ queue

2016-09-16 Thread Stefan Meisner Larsen
Maybe this is more precise: http://camel.apache.org/schema/spring; id="app.adapter.sap.customer"> (//*[local-name()='ADP_CUSTOMERID'])[1]/text()