2009/9/9 pa7751 <pa7...@gmail.com>:
>
> Hi
>
> I have a queue in ActiveMQ messagings server. There are two listeners(on
> different machines), that are listening to the same queue. This is done for
> faster processing of the messages in the queue. Will ActiveMQ ensure that
> the same message is not received by both?

Yes, ActiveMQ's queues act as a load balancer of messages across consumers.


> Also will it ensure that both
> listeners do not seek the same message from the queue?

Yes

See
http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html

-- 
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

Reply via email to