]
James Perkins updated WFLY-11175:
---------------------------------
Fix Version/s: 15.0.0.Final
Simplify TransactionManager integration in JMSBridgeService
-----------------------------------------------------------
Key: WFLY-11175
URL:
https://issues.jboss.org/browse/WFLY-11175
Project: WildFly
Issue Type: Enhancement
Components: JMS
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Fix For: 15.0.0.Beta1, 15.0.0.Final
JMSBridgeService has an odd static method called from start() where it does an MSC
ServiceRegistry lookup to find the TransactionManager service. That would be unreliable
if the service had no MSC dependency on the TM service. But JMSBridgeAdd creates such a
dependency when it installs the bridge service.
This whole thing should be converted into a normal service injection.