[ https://issues.apache.org/jira/browse/ARTEMIS-4251?focusedWorklogId=860023&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-860023 ]
ASF GitHub Bot logged work on ARTEMIS-4251: ------------------------------------------- Author: ASF GitHub Bot Created on: 02/May/23 09:20 Start Date: 02/May/23 09:20 Worklog Time Spent: 10m Work Description: brusdev commented on code in PR #4447: URL: https://github.com/apache/activemq-artemis/pull/4447#discussion_r1182305228 ########## artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/client/ServerLocator.java: ########## @@ -653,6 +653,21 @@ ClientSessionFactory createSessionFactory(TransportConfiguration transportConfig */ int getInitialConnectAttempts(); + /** + * Sets the maximum number of attempts to establish a connection after a failed reconnection. Review Comment: done, thanks for the suggestion Issue Time Tracking ------------------- Worklog Id: (was: 860023) Time Spent: 1h 10m (was: 1h) > Support CORE client failover to other live servers > -------------------------------------------------- > > Key: ARTEMIS-4251 > URL: https://issues.apache.org/jira/browse/ARTEMIS-4251 > Project: ActiveMQ Artemis > Issue Type: Improvement > Reporter: Domenico Francesco Bruscino > Assignee: Domenico Francesco Bruscino > Priority: Major > Time Spent: 1h 10m > Remaining Estimate: 0h > > The CORE clients support failover only reconnecting to the current > live/backup pair. Improve the CORE client failover connecting to other live > servers when all reconnect attempts fails, i.e. in a cluster composed of 2 > live servers, when the server to which the CORE client is connected goes down > the CORE client should reconnect its sessions to the other liver broker. -- This message was sent by Atlassian Jira (v8.20.10#820010)