messaginghub / pooled-jms

A JMS Connection pool for messaging applications supporting JMS 1.1 and 2.0 and Jakarta JMS clients
Apache License 2.0
50 stars 24 forks source link

Make JmsPoolXAConnectionFactory implement XAConnectionFactory #1

Closed johnpoth closed 6 years ago

johnpoth commented 6 years ago

Great project! It would be nice to have JmsPoolXAConnectionFactory implement XAConnectionFactory which would enable users to easily replace their underlying XAConnectionFactory with JmsPoolXAConnectionFactory by wrapping it. Also fixed a typo in createProviderContext. Thanks!

tabish121 commented 6 years ago

Released 0.2.0 with the PR applied

johnpoth commented 6 years ago

Awesome! thanks @tabish121