Does it work with the jetty http client?
This doesn't work - URI is not rewritte
.setHeader("CamelHttpUri", simple("http://localhost/myservice/${myparam}"))
.to("jetty:dummy?bridgeEndpoint=true&httpClient.soTimeout=15000&httpClient.timeout=30000&httpClient.connectTimeout=5000")
The tracer shows, that request goes to dummy - CamelHttpUri header is
ignored
--
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-tp5753819p5753823.html
Sent from the Camel - Users mailing list archive at Nabble.com.