-
Notifications
You must be signed in to change notification settings - Fork 11
New parameter to configure clustering without HA #175
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
New parameter to configure clustering without HA #175
Conversation
I tested against the source but found one issue related to the new The below doesn't have that flag, which means |
e630515
to
9683567
Compare
f593a56
to
c9d3908
Compare
c9d3908
to
de6a32e
Compare
OK i think it's complete now, thanks for the help. Can you review? |
I've tested the latest. Got 3 clustered brokers, producing 600 messages to broker 1. Messages evenly (200 each) consumed by broker 1, 2 and 3
|
/lgtm |
Fix configuration for cluster topologies built with only primary servers. The ha-policy template failed to configure properly with
activemq_ha_enabled
and no backups; with noactivemq_ha_enabled
active, cluster-connections would not be generated.New parameters:
activemq_cluster_enabled
{{ activemq_ha_enabled }}
activemq_scale_down_enabled
false
Fix #176