Hi thks for your reply, I`m doing this without springs beans.
I already have the camel in action, active mq in action.
I resolve using this in adm:
camelContext = new DefaultCamelContext();
ConnectionFactory connectionFactory = new
ActiveMQConnectionFactory("tcp://192.168.100.30:61616");
camelContext.addComponent("activemq",JmsComponent.jmsComponentAutoAcknowledge(connectionFactory);
And getting the endpoints =]
--
View this message in context:
http://camel.465427.n5.nabble.com/Connecting-a-External-ActiveMQ-tp5095680p5097639.html
Sent from the Camel - Users mailing list archive at Nabble.com.