diff options
| author | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-09-19 10:17:27 +0100 |
|---|---|---|
| committer | Gerhard Lazu <gerhard@lazu.co.uk> | 2017-09-20 17:29:18 +0100 |
| commit | 9ab70278256f39b07f42d826b4a088defa803a77 (patch) | |
| tree | 47a244f2291b15ba3a2a8dd981ad47395870567a /docs | |
| parent | 31694c50fa5205347d82944e7c14922dd96672b7 (diff) | |
| download | rabbitmq-server-git-9ab70278256f39b07f42d826b4a088defa803a77.tar.gz | |
Add queue_master_locator to example config
Diffstat (limited to 'docs')
| -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, []}, |
