You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by tcomprak <tc...@gmail.com> on 2018/02/14 21:53:45 UTC

ActiveMQ Artemis Clustering

Is there a way to set up Artemis clustering just for HA purposes. I don't
need server side message load balancing or client side load balancing or
message redistribution. Will setting message-load-balancing to off suffice ?
Thanks.



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ Artemis Clustering

Posted by Justin Bertram <jb...@apache.org>.
You can configure multiple backups and there still would't be any
load-balancing or redistribution as there would still only be 1 live broker.

To be clear, in the replication HA use-case the live will only replicate to
a single backup regardless of how many backups are configured.  In this
use-case the additional backups will wait until the live broker fails and
when the current backup takes over then it will begin replicating to one of
the additional backups.


Justin

On Thu, Feb 15, 2018 at 10:06 AM, tcomprak <tc...@gmail.com> wrote:

> Thanks Justin. I presume one could then have 1 live + "n" backups and still
> there wouldn't be any load balancing / redistribution. Is my understanding
> correct ?
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-
> f2341805.html
>

Re: ActiveMQ Artemis Clustering

Posted by tcomprak <tc...@gmail.com>.
Thanks Justin. I presume one could then have 1 live + "n" backups and still
there wouldn't be any load balancing / redistribution. Is my understanding
correct ?



--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: ActiveMQ Artemis Clustering

Posted by Justin Bertram <jb...@apache.org>.
When 2 nodes are configured for HA (i.e. one is an active "live" and the
other is a passive "backup") the clustering configuration only facilities
HA.  There is no load balancing or message redistribution between a live
and a backup.  Those features only work between live brokers.


Justin


On Wed, Feb 14, 2018 at 3:53 PM, tcomprak <tc...@gmail.com> wrote:

> Is there a way to set up Artemis clustering just for HA purposes. I don't
> need server side message load balancing or client side load balancing or
> message redistribution. Will setting message-load-balancing to off suffice
> ?
> Thanks.
>
>
>
> --
> Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805
> .html
>