使用 ActiveMQ 对消费者集群进行队列

发布于 2024-10-17 06:40:29 字数 126 浏览 2 评论 0原文

如何在ActiveMQ中配置消费者集群? 我创建了一个简单的嵌入式 ActiveMQ 应用程序,其中一个队列有两个消费者,消费者在单独的线程中工作。但是,当我向队列发送消息时,JMS 会将其传递给第一个消费者,无论它在接收后休眠多长时间。

How to configure cluster of Consumers in ActiveMQ?
I created a simple embedded ActiveMQ application with two consumers of one Queue, consumers are working in separate threads. But when I send a message to the Queue, JMS delivers it to first consumer no matter how long it sleeps after receiving.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪花飘飘的天空 2024-10-24 06:40:29

我认为您试图解释第一个消费者正在接收所有消息。这里有针对此类问题的常见问题解答条目:

http://activemq.apache.org/i-do-not-receive-messages-in-my-second-consumer.html

布鲁斯

I think you're trying to explain that the first consumer is receiving all the messages. There is a FAQ entry for this type of problem available here:

http://activemq.apache.org/i-do-not-receive-messages-in-my-second-consumer.html

Bruce

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文