Some more information:

as starting point of our route we have a jetty server

from("jetty:http://0.0.0.0:8080/myservice?httpClient.idleTimeout=30000&httpClient.soTimeout=30000";)
.setHeader(Exchange.HTTP_URI, simple("http://172.29.15.37/service/lala";))
.to("http://localhost";)

That the whole route, that i am testing now - the request ( .to() ) goes to
http://localhost, and not to http://172.29.15.37/service/lala



--
View this message in context: 
http://camel.465427.n5.nabble.com/Dynamic-Endpoint-URI-jetty-producer-s-too-many-threads-Request-parameter-as-part-of-the-URL-tp5753819p5753828.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to