mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 11:05:34 +00:00
A transaction manager is only required on the JMSBridge when the QoS level is set to ONCE_AND_ONCE_ONLY. Previous to the this patch it was also checking for a TM on the AT_MOST_ONCE QoS level. This patch also ensures that the TM is set to null after each test run.