java - Does distributed queues also help in load balancing? -
i went thru http://activemq.apache.org/how-do-distributed-queues-work.html, , found out distibuted queues advantageous when if master fails, clients failover slave , don't loose message.
somehow had 1 more point in mind distributed queues (say have 4 distributed queues), message published go 1 of queue balance load on each queue. looks had wrong understanding. right?
is configurable if load on specific queue reaches specific limit, message gets published on distributed queue?
update:- per http://activemq.apache.org/clustering.html clustering of brokers exist did not find queue clustering?
Comments
Post a Comment