When the broker is running on port 61616 things work fine but if I change the
broker to use 61613 (for instance) then camel isn't able to connect.  I
suppose there is some property I can set inside camelcontext to tell it the
port to use, but I haven't been able to discover what that is...

My XML in activemq.xml is:

  <camelContext id="camel"
xmlns="http://activemq.apache.org/camel/schema/spring";>    
     <routeBuilderRef ref="MessageRouter" />          
     <routeBuilderRef ref="AdminRouter" />        
  </camelContext>

Any help appreciated!

thanks,

-Dominic
-- 
View this message in context: 
http://www.nabble.com/How-can-I-change-the-port-camel-connects-to-in-activemq.xml-tp18589228p18589228.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to