mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 10:09:01 +00:00
8b631c1426
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.