Skip to content

Commit 6a3ec0f

Browse files
committed
Add queue_master_locator to config example
1 parent 31694c5 commit 6a3ec0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/rabbitmq.config.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,13 @@
292292
%% NB: Change these only if you understand what you are doing!
293293
%%
294294

295+
%% Queue master location strategy:
296+
%% * <<"min-masters">>
297+
%% * <<"client-local">>
298+
%% * <<"random">>
299+
%% See https://www.rabbitmq.com/ha.html#queue-master-location for further details
300+
% {queue_master_locator, <<"client-local">>},
301+
295302
%% To announce custom properties to clients on connection:
296303
%%
297304
%% {server_properties, []},

0 commit comments

Comments
 (0)