admin管理员组文章数量:1387407
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.
本文标签: javaorgwildflymessagingactivemqjmsbridgemyJMSBridge is missing Stack Overflow
版权声明:本文标题:java - org.wildfly.messaging.activemq.jms-bridge.myJMSBridge is missing, - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740975165a2317567.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论