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

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -