> I also wanted to confirm that Camel support dynamic routing for all http
> operations (GET, POST, PUT, DELETE)

>From Jetty component documentation [1] - "you can get the
request.parameter from the message header not only from Get Method,
but also other HTTP method".

> and that proxied request from Camel
> Proxy End Point to actual server end point is the same http operation with
> original http headers as the original request originated by the client.

Another excerpt from Jetty component documentation [1] - "Camel also
populates all request.parameter and request.headers".

> I wanted to confirm this is possible with Camel on Tomcat.

Certainly it is :) I strongly suggest you to read the Jetty component
documentation [1] as the lecture would address many of your doubts.

[1] http://camel.apache.org/jetty.html

--
Henryk Konsek
http://henryk-konsek.blogspot.com

Reply via email to