How to configure cluster of Consumers in ActiveMQ? I create simple embedded ActiveMQ application with two consumers of one Queue, whose are working in separate threads. But when I send message to the Queue JMS deliver it to first consumer no matter how long he sleeps after receiving...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
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 |
|||
|
|