使用 ActiveMQ 对消费者集群进行队列
如何在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您试图解释第一个消费者正在接收所有消息。这里有针对此类问题的常见问题解答条目:
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