Antwort: [Ext] Re: Client libs CORE vs. OPENWIRE

2023-11-23 Thread Herbert . Helmstreit
Hi Domenico, Thank you. You saved my day. Regards Herbert Von:"Domenico Francesco Bruscino" An: users@activemq.apache.org Datum: 23.11.2023 16:45 Betreff:[Ext] Re: Client libs CORE vs. OPENWIRE Hi Herbert, the ActiveMQ Artemis CORE client also supports failover to

Re: Client libs CORE vs. OPENWIRE

2023-11-23 Thread Domenico Francesco Bruscino
Hi Herbert, the ActiveMQ Artemis CORE client also supports failover to other live servers, you need to set the failoverAttempts parameter, i.e. (tcp://A:port,tcp://B:port)?failoverAttempts=-1 for further details see