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.