Re: camel-jetty [2.10.7] resends message after 200 secs

2014-11-03 Thread Christoph Schmid
I found the solution, I had to change the parameter maxIdleTime. JettyHttpComponent jettyComponent = camelContext.getComponent(jetty, JettyHttpComponent.class); jettyComponent.addSocketConnectorProperty(maxIdleTime, (60 * 60 * 1000)); -- View this message in context:

camel-jetty [2.10.7] resends message after 200 secs

2014-10-30 Thread Christoph Schmid
Hi all, It looks like camel jetty in version 2.10.7 (2.14.0 does not do this) sends messages again to the following processor, if this processor hasn't finished after 200 seconds. Is there a way to increase the time or deactivate this? (I guess I run into a timeout of some kind) Thank Christoph