Skip to content

Commit

Permalink
ARTEMIS-3685 Fix BridgeImpl init
Browse files Browse the repository at this point in the history
  • Loading branch information
brusdev authored and clebertsuconic committed Feb 28, 2022
1 parent c4ebccd commit 263351b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ public BridgeImpl(final ServerLocatorInternal serverLocator,

this.configuration = configuration;

this.reconnectAttemptsInUse = configuration.getInitialConnectAttempts();

this.serverLocator = serverLocator;

this.nodeUUID = nodeUUID;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
import org.apache.activemq.artemis.core.server.cluster.ClusterConnection;
import org.apache.activemq.artemis.core.server.cluster.ClusterManager;
import org.apache.activemq.artemis.core.server.cluster.MessageFlowRecord;
import org.apache.activemq.artemis.core.server.transformer.Transformer;
import org.apache.activemq.artemis.utils.CompositeAddress;
import org.apache.activemq.artemis.utils.UUID;
import org.apache.activemq.artemis.utils.UUIDGenerator;
Expand Down

0 comments on commit 263351b

Please sign in to comment.