I have installed Wildfly 34 on my local machine and enabled the JMS queue. Also, I am trying to enable jms bridge in standalone mode. It's not working. It will through some errors. How to solve this? Thank you
error:
{"WFLYCTL0412: Required services that are not installed:" =>
["jboss.naming.context.java.jms.queue.SourceQueue",
"jboss.naming.context.java.jms.queue.TargetQueue"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["service .wildfly.messaging.activemq.jms-bridge.myJMSBridge is missing
I have installed Wildfly 34 on my local machine and enabled the JMS queue. Also, I am trying to enable jms bridge in standalone mode. It's not working. It will through some errors. How to solve this? Thank you
error:
{"WFLYCTL0412: Required services that are not installed:" =>
["jboss.naming.context.java.jms.queue.SourceQueue",
"jboss.naming.context.java.jms.queue.TargetQueue"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["service .wildfly.messaging.activemq.jms-bridge.myJMSBridge is missing
Share
Improve this question
edited 2 days ago
Kiryl Famin
30910 bronze badges
asked 2 days ago
MurugesanMurugesan
411 silver badge7 bronze badges
1 Answer
Reset to default 1The queues are not defined in JNDI thus the bridge fails.