Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何配置 activemq 以便将发布到主题的 JMS 消息传递到两个 JMS 队列。这在activemq中可能吗?
或者
使用两个订阅者的简单主题会更好吗?两人都拿起自己的消息副本。
与其尝试配置代理来执行此操作,不如使用Apache Camel来创建您正在寻找的路由行为。 Camel 路由可以嵌入到您的 ActiveMQ 实例中。