That doesn't help - i have already rewritten my route to:
.setHeader(Exchange.HTTP_METHOD, constant(HttpMethods.GET))
.setHeader("CamelHttpUri",
simple("http://localhost/myservice/${header.myparam}"))
.to("http://dummyhost")
but the request goes always to dummyhost.
What else can i check?
Before this request there are 2 other HTTP requests - one of them is POST,
thats why i set HttpMethods.GET before calling my request.
bridgepoint=true is now removed from all endpoints.
--
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-tp5753819p5753825.html
Sent from the Camel - Users mailing list archive at Nabble.com.