最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

java - org.wildfly.messaging.activemq.jms-bridge.myJMSBridge is missing, - Stack Overflow

matteradmin11PV0评论

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
Add a comment  | 

1 Answer 1

Reset to default 1

The queues are not defined in JNDI thus the bridge fails.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far