I  have an application based on Activemq ( which creates JMS destinations)
and camel to route JMS messages among JMS destinations. The bridge between
Activemq and camel is ActiveMQConnectionFactory.

 To convert whole application to reside inside OSGI container as ServiceMix
did is risky and expensive for me to adopt. But I still like to have OSGI as
a  plug-in mechanism for my application. The 1st function is identified to
be fit into as OSGI plug-in component is camel routing feature.  The idea is
activmeq-based component embeds an OSGI framework which installs and starts 
bundles such as CamelContext and RouteBuilder.

Outside OSGI framework instance is Activemq broker , Inside OSGI framework
is camel bundles. 

Is ActiveMQConnectionFactory( insde OSGI framework)  still can bridge 
Activemq Broker and Camel bundled inside OSGI framework?


--
View this message in context: 
http://camel.465427.n5.nabble.com/Activemq-embedding-an-OSGI-framework-contains-Camel-Route-tp4620775p4620775.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to