Hi JB,
I have ActiveMQ embedded in Karaf. I'm trying to use it from code to add a
JMS component to Camel (see below). I'm trying to do a JPA to JMS tutorial -
http://www.liquid-reality.de/display/liquid/2012/07/20/Apache+Karaf+Tutorial+Part+7+-+Camel+JPA+and+JTA+transactions
ActiveMQConnectionFactory cf = new
ActiveMQConnectionFactory("tcp://localhost:61616");
JmsConfiguration jmsConfig = new JmsConfiguration(cf);
context.addComponent("jms", new JmsComponent(jmsConfig));
Does that help?
Sean
--
View this message in context:
http://karaf.922171.n3.nabble.com/faultJmsMessageListenerContainer-Could-not-refresh-JMS-Connection-for-destination-person-tp4031400p4031410.html
Sent from the Karaf - User mailing list archive at Nabble.com.