Hello, I currently register my own JMS connection factories as services. It would be nice if I could take advantage of the new JMS command line tools in karaf (especially since the activemq web console has had problems for a long time with equinox - ugh).
I started playing around with the karaf jms tools and I see these service parameters registered: karaf@root()> ls javax.jms.ConnectionFactory [javax.jms.ConnectionFactory] ----------------------------- osgi.service.blueprint.compname = pooledConnectionFactory name = jms-default osgi.jndi.service.name = jms/jms-default service.id = 1167 Provided by : Bundle 168 To get my connection factory seen by the karaf jms tools, I assume I just need to make sure that I have set osgi.jndi.service.name to "jms/<my connection factory name>" in my service properties? Do these tools explicitly require a pooled/cached connection factory...or it doesn't matter? thanks, Gareth -- View this message in context: http://karaf.922171.n3.nabble.com/Registering-My-Own-Connection-Factory-For-The-Karaf-JMS-Service-tp4033861.html Sent from the Karaf - User mailing list archive at Nabble.com.
