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
6 stars 8 forks source link

Add suport for Artemis artemis-amqp-client feature #5

Closed johnpoth closed 6 years ago

johnpoth commented 6 years ago

We should support artemis-amqp-client feature. The desired protocol could be choosen via some configuration property.

Note that the underlying library used (qpid-jms-client) doesn't support XAConnection which is eagerly created in PAX-JMS and is likely to cause problems.

grgrzybek commented 6 years ago

7 is merged.