Hi,
i have a route defined as follows :
<route id="route123">
<from uri="servlet:///servletA"/>
<to uri="activemq:queue:inbox"/>
</route>
currently i am calling a servlet as using following url :
http://localhost:8082/camel-example-activemq-tomcat/camel/servletA
my query is, is it possible to use the route id in the servlet url ?
that is insted of using ' /camel-example-activemq-tomcat/camel/servletA ' ,
can i use route id something like this '
/camel-example-activemq-tomcat/camel/route123 '
--
View this message in context:
http://camel.465427.n5.nabble.com/Regarding-came-route-id-tp5734531.html
Sent from the Camel - Users mailing list archive at Nabble.com.