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

Popular posts from this blog

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -