diff options
Diffstat (limited to 'docs/rabbitmq.config.example')
| -rw-r--r-- | docs/rabbitmq.config.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 958eec3df8..f0b242282a 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -292,6 +292,13 @@ %% NB: Change these only if you understand what you are doing! %% + %% Queue master location strategy: + %% * <<"min-masters">> + %% * <<"client-local">> + %% * <<"random">> + %% See https://www.rabbitmq.com/ha.html#queue-master-location for further details + %% {queue_master_locator, <<"client-local">>}, + %% To announce custom properties to clients on connection: %% %% {server_properties, []}, |
