Hi, >From my point of view, the easiest way to achieve you goal is to use the servicemix camel component: http://servicemix.apache.org/servicemix-camel.html
adding xpath condition to choose the right service to call: http://camel.apache.org/xpath.html Or create as many roads as ressources if the url can be use to determine the back-end to call. Your request will be directly routed as is to the right ressource. If you need to enrich the client request you can use content enricher EIP : http://camel.apache.org/content-enricher.html hope this help. Kévin -- View this message in context: http://servicemix.396122.n5.nabble.com/ServiceMix-Routing-with-various-host-tp2847927p2854927.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
