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:
http:/
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