Hello, I'm currently working on Camel with JavaDSL.
what I would like to have is:
from("servlet:///route*").to("http://<anotherweb-app-address>/test/*?bridgeEndpoint=true")
I would like to have both the stars ("*") in from() and to() as same.
Is this possible ?
Regards,
Kalyan
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-use-camel-servlet-as-httpproxy-tp5732297.html
Sent from the Camel - Users mailing list archive at Nabble.com.
