Check unit tests of camel-jetty / camel-http for samples.

On Tue, Jul 15, 2014 at 11:09 AM, vadimiron <[email protected]> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to