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
The queues are not defined in JNDI thus the bridge fails.