[
https://issues.apache.org/jira/browse/ARTEMIS-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Bertram resolved ARTEMIS-285.
------------------------------------
Resolution: Fixed
I believe this has been resolved via another Jira. If not, please re-open.
> Bridge static connectors must be identical to the server connectors for
> failover
> --------------------------------------------------------------------------------
>
> Key: ARTEMIS-285
> URL: https://issues.apache.org/jira/browse/ARTEMIS-285
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.1.0
> Reporter: Jeff Mesnil
> Priority: Major
>
> * one live server with a remote connector
> * one backup server with a remote connector
> * a 3rd server with a core bridge using a static connector to the live server.
> During failover (when the live server is killed and the backup server fails
> over), the bridge server will be notified that the backup server is now UP.
> It will then figure out if it corresponds to its target by comparing its
> connector configuration to the one in the TopologyMember.
> I have tests that were failing because the connectors were not identical (one
> was using localhost, the other was using 127.0.0.1).
> This setup is brittle as it "forces" the bridge to use the same connector
> configuration than the one defined by the backup.
> Adding only one different parameter (such as use-nio=false) would make the
> comparison fail and the bridge would not fail over to the backup server.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)