Re: ActiveMQ Failover Transport for Artemis

2018-10-25 Thread veaceslavdoina
Hello Art, Thank you for the reply! I'm also interested in how to specify two nodes for the end client. Assuming we have two servers: IP1, IP2. For ActiveMQ we may use it in the following way: failover:(tcp://IP1:61616,tcp://IP2:61616) Is there a way to specify two hosts when we connecting to

Re: ActiveMQ Failover Transport for Artemis

2018-10-18 Thread art.licis
Hi David, There is failover in Artemis, check out this documentation: https://activemq.apache.org/artemis/docs/latest/ha.html As for the scenario of getting primary back again, check the section "Failing Back to live Server". - Art -- Sent from:

ActiveMQ Failover Transport for Artemis

2018-10-05 Thread Duchaine, David
Hello everyone, We are using Artemis 2.6.3 and would like to know if there is anything like the Failover Transport we could configure for our client sessions. (http://activemq.apache.org/failover-transport-reference.html) Client should always connect to primary. If not, use the secondary. If