]
Brian Stansberry updated WFLY-5555:
-----------------------------------
Component/s: JMS
JMS Bridge ambiguous error reporting on module load failure
------------------------------------------------------------
Key: WFLY-5555
URL:
https://issues.jboss.org/browse/WFLY-5555
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Bartosz Baranowski
Assignee: Jason Greene
Priority: Minor
If JMS bridge depends on module that for some reason cant be loaded, log will show
cryptic message:
10:21:26,173 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread
Pool -- 51) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "messaging-activemq"),
("jms-bridge" => "a-to-c-bridge")
]) - failure description: "org.hornetq:main"
1. Failure description does not describe a thing
2. it points to HQ module, rather than custom module used in bridge conf.
Exception is thrown at JMSBridgeAdd:155