Hi, I have the following question :
Under Servicemix4, a spring XML file exists to configure activeMq (activemq-broker.xml) as a broker. To use it, you have to put this file in the deploy directory of ServiceMix 4 and SMX will automatically deploy it as a osgi bundle. The bundle exports as an OSGI service a pooledConnectionFactory (referencing --> org.apache.activemq.pool.PooledConnectionFactoryBean) : osgi:service ref="pooledConnectionFactory"> <osgi:interfaces> <value>javax.jms.ConnectionFactory</value> </osgi:interfaces> <osgi:service-properties> <entry key="name" value="default" /> </osgi:service-properties> </osgi:service> Questions : - Is this service used by camel-activemq endpoint ? If yes, How ? - ActiveMq as a osgi reference to a transaction manager : <osgi:reference id="transactionManager" interface="javax.transaction.TransactionManager" />. Is this service published by the bundle (mvn:org.apache.servicemix.transaction/org.apache.servicemix.transaction/1.1.0-SNAPSHOT) ? Regards, ----- Charles Moulliard SOA Architect My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/ -- View this message in context: http://www.nabble.com/ActiveMQ---Camel---Servicemix-4-%28pooledConnectionFactory%29---tp22717922p22717922.html Sent from the Camel - Users mailing list archive at Nabble.com.
