ops4j / org.ops4j.pax.jms

Pax JMS provides a lightweight bridge between Java Message Service (JMS) and OSGi using Declarative Services and the whiteboard pattern
Apache License 2.0
5 stars 8 forks source link

Add support for https://github.com/messaginghub/pooled-jms #6

Closed johnpoth closed 6 years ago

johnpoth commented 6 years ago

Currently connection pooling is provided by GenericConnectionManager.java. It might be nice to be able to use https://github.com/messaginghub/pooled-jms instead which was intented for artemis clients

grgrzybek commented 6 years ago

3 is merged