I have created a route in the Camel.xml under activemq/conf

<camelContext id="camel" xmlns="http://camel.apache.org/schema/spring";>
<route id="testRoute">
  <from uri="activemq:example.Casdfasfd" /> 
  <to uri="activemq:example.Dlk" /> 
  </route>
</camelContext>

Its running but i don't see it it in the routes Page under the web console.
I don't see how to start/stop the route using the web console.. any hints?


-- 
View this message in context: 
http://old.nabble.com/ActiveMQ-Camel-Web-Console-tp29440182p29440182.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to