summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@lazu.co.uk>2017-09-19 10:17:27 +0100
committerGerhard Lazu <gerhard@lazu.co.uk>2017-09-20 17:29:18 +0100
commit9ab70278256f39b07f42d826b4a088defa803a77 (patch)
tree47a244f2291b15ba3a2a8dd981ad47395870567a /docs
parent31694c50fa5205347d82944e7c14922dd96672b7 (diff)
downloadrabbitmq-server-git-9ab70278256f39b07f42d826b4a088defa803a77.tar.gz
Add queue_master_locator to example config
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.config.example7
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, []},