Skip to content

Add additional ha-policy parameters #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Aug 22, 2024

New parameters that apply to shared store or replication HA policies:

Variable Description Default
activemq_ha_allow_failback Whether a server will automatically stop when another places a request to take over its place true
activemq_ha_failover_on_shutdown Will this backup server become active on a normal server shutdown true
activemq_ha_restart_backup Will this server, if a backup, restart once it has been stopped because of failback or scaling down false
activemq_ha_check_for_active_server Whether to check the cluster for a live server using our own server ID when starting up. This option is only necessary for performing 'fail-back' on replicating servers false
activemq_ha_replication_cluster_name Name of the cluster configuration to use for replication. This setting is only necessary in case you configure multiple cluster connections ""
activemq_ha_replication_group_name With replication, if set, remote backup servers will only pair with primary servers with matching group-name ""

Fix #154

@guidograzioli guidograzioli added the minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix label Aug 22, 2024
@guidograzioli guidograzioli changed the title add ha-policy parameters Add additional ha-policy parameters Aug 22, 2024
@guidograzioli guidograzioli merged commit 7b8001b into ansible-middleware:main Aug 22, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor_changes New parameters added to modules, or non-breaking behavior changes to existing parameters; no bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A shared storage setup where we have one Master and one Slave broker, without failback
1 participant