mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-08 02:59:14 +00:00
Some of the outgoing connection tests require a dummy transaction manager to setup a fake transaction. The default transaction manager is set to the JBoss TX manager and so the tests were failing. This patch split the OutgoingConnectionTest into ones that require a real TM manager vs Dummy TM Manager. .