Re: ActiveMQ Artemis Clustering

2018-02-15 Thread Justin Bertram
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  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

2018-02-15 Thread tcomprak
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

2018-02-14 Thread Justin Bertram
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  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
>


ActiveMQ Artemis Clustering

2018-02-14 Thread tcomprak
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