On 4/24/07, prylance <[EMAIL PROTECTED]> wrote:
I don't want to load balance across brokers; I want sticky load balancing
across consumers, with failover. I have a network-of-brokers. The message
groups documentation (http://activemq.apache.org/message-groups.html) says I
can use that feature to
I don't want to load balance across brokers; I want sticky load balancing
across consumers, with failover. I have a network-of-brokers. The message
groups documentation (http://activemq.apache.org/message-groups.html) says I
can use that feature to get "high availability / auto-failover to other
c
Message Groups are a feature used within a single broker to implement
sticky load balancing across consumers. They are not intented as a way
to load balance across brokers.
My recommendation would be to use one of the Master/Slave approaches
with Message Groups.
On 4/20/07, prylance <[EMAIL PROT