Re: Camel route stops consuming from RabbitMQ queue

2016-09-16 Thread souciance
Hi Stefan I don't see anything obvious in your code. This has happened to me once a long time ago. The main issue there was that the backend took to long to reply which caused a lot of connections to wait and I think caused an issue after the number of messages went into the hundreds. You could

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()

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-15 Thread souciance
Everything looks ok, can you share your route? On Thu, Sep 15, 2016 at 12:05 PM, stefanmeisner [via Camel] < ml-node+s465427n5787594...@n5.nabble.com> wrote: > > Connection factory: > > > > > > > -- > If you reply to this email, your message will be

Re: Camel route stops consuming from RabbitMQ queue

2016-09-15 Thread stefanmeisner
Connection factory: -- View this message in context: http://camel.465427.n5.nabble.com/Camel-route-stops-consuming-from-RabbitMQ-queue-tp5787591p5787594.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel route stops consuming from RabbitMQ queue

2016-09-15 Thread souciance
How does your connectionFactory look? On Thu, Sep 15, 2016 at 11:34 AM, stefanmeisner [via Camel] < ml-node+s465427n5787591...@n5.nabble.com> wrote: > My platform is Karaf 4.0.4 and Camel 2.17.3 and RabbitMQ 3.6.2 > > I have a queue with > 1 messages on it. When I start Karaf with my > route