Details
Description
The activemq-service bundle registers currently 2 connection factories (xa and non-xa) but both have the same service parameter name (which equal the system parameter broker-name
karaf@root> jms:connectionfactories JMS Connection Factory amq-broker amq-broker
It makes problems while using the jms: commands
karaf@root> jms:info amq-broker
Property Value
Error executing command: Multiple JMS connection factories found for amq-broker
We should distinguish the both names. We shouls also add the osgi.jndi.service.name service property in both services.