Hi
We have Camel application.In this application activemq configured like
this.
from("activemq:queue:mediation-mq(queue
name)?transferException=true&exceptionListener=#jmsExceptionListener")
.routeId(ERouteNames.ROUTE_TUBE.name())
.to("bean:mediationSessionManager?method=processMessage");
can i configure Tomcat in Camel like this.We always pointing Tomcat. Tomcat
running or not using camel.How to test it using camel.
--
View this message in context:
http://camel.465427.n5.nabble.com/Can-we-configure-Tomcat-as-we-configure-ActiveMQ-in-camel-tp5715803.html
Sent from the Camel - Users mailing list archive at Nabble.com.