You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Christoph Schmid <se...@s-c-h.de> on 2014/11/03 12:27:09 UTC

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

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://camel.465427.n5.nabble.com/camel-jetty-2-10-7-resends-message-after-200-secs-tp5758342p5758449.html
Sent from the Camel - Users mailing list archive at Nabble.com.