I have a consumer :
/jetty:http://localhost:6080/say/hello1?matchOnUriPrefix=true&enableMultipartFilter=false/

And a producer:
/http4://localhost:6080/mdp/api/ifmdp/map?bridgeEndpoint=true&throwExceptionOnFailure=false&disableStreamCache=true/

When my application calls the URL may look like:
/http://127.0.0.1:7076/mdr/api/ifmdr?hepp=22&number=34/

But my parameters hepp and number are not sent through, and are not present
if I search for them in the loadbalancer either (/String n =
exchange.getIn().getHeader("number", String.class)/; will be null).

What am I missing?



--
View this message in context: 
http://camel.465427.n5.nabble.com/How-do-I-pass-on-my-query-parameters-tp5774413.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to