Skip to content

Commit 95c180d

Browse files
Wording
1 parent a031e3e commit 95c180d

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

docs/rabbitmq.config.example

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%% ----------------------------------------------------------------------------
33
%% RabbitMQ Sample Configuration File.
44
%%
5-
%% Relevant doc guide: http://www.rabbitmq.com/configure.html. See
5+
%% Related doc guide: http://www.rabbitmq.com/configure.html. See
66
%% http://rabbitmq.com/documentation.html for documentation ToC.
77
%% ----------------------------------------------------------------------------
88
[
@@ -73,7 +73,7 @@
7373

7474
%% TLS configuration.
7575
%%
76-
%% Relevant doc guide: http://www.rabbitmq.com/ssl.html.
76+
%% Related doc guide: http://www.rabbitmq.com/ssl.html.
7777
%%
7878
%% {ssl_options, [{cacertfile, "/path/to/testca/cacert.pem"},
7979
%% {certfile, "/path/to/server/cert.pem"},
@@ -86,7 +86,7 @@
8686
%% 'AMQPLAIN'. Additional mechanisms can be added via
8787
%% plugins.
8888
%%
89-
%% Relevant doc guide: http://www.rabbitmq.com/authentication.html for more details.
89+
%% Related doc guide: http://www.rabbitmq.com/authentication.html for more details.
9090
%%
9191
%% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
9292

@@ -99,7 +99,7 @@
9999
%% rabbitmq_auth_backend_ldap plugins.
100100
%%
101101
%% NB: These options require that the relevant plugin is enabled.
102-
%% Relevant doc guide: http://www.rabbitmq.com/plugins.html for further details.
102+
%% Related doc guide: http://www.rabbitmq.com/plugins.html for further details.
103103

104104
%% The RabbitMQ-auth-mechanism-ssl plugin makes it possible to
105105
%% authenticate a user based on the client's TLS certificate.
@@ -147,7 +147,7 @@
147147
%% {password_hashing_module, rabbit_password_hashing_sha256},
148148

149149
%% Configuration entry encryption.
150-
%% Relevant doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption
150+
%% Related doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption
151151
%%
152152
%% To specify the passphrase in the configuration file:
153153
%%
@@ -184,7 +184,7 @@
184184

185185
%% Tags for default user
186186
%%
187-
%% Relevant doc guide: http://www.rabbitmq.com/management.html.
187+
%% Related doc guide: http://www.rabbitmq.com/management.html.
188188
%%
189189
%% {default_user_tags, [administrator]},
190190

@@ -197,7 +197,7 @@
197197
%% Values lower than 6 can produce false positives and are not
198198
%% recommended.
199199
%%
200-
%% Relevant doc guides:
200+
%% Related doc guides:
201201
%%
202202
%% * http://www.rabbitmq.com/heartbeats.html
203203
%% * http://www.rabbitmq.com/networking.html
@@ -220,7 +220,7 @@
220220

221221
%% TCP socket options.
222222
%%
223-
%% Relevant doc guide: http://www.rabbitmq.com/networking.html.
223+
%% Related doc guide: http://www.rabbitmq.com/networking.html.
224224
%%
225225
%% {tcp_listen_options, [{backlog, 128},
226226
%% {nodelay, true},
@@ -230,7 +230,7 @@
230230
%% Resource Limits & Flow Control
231231
%% ==============================
232232
%%
233-
%% Relevant doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html.
233+
%% Related doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html.
234234

235235
%% Memory-based Flow Control threshold.
236236
%%
@@ -312,12 +312,12 @@
312312
%% * <<"client-local">>
313313
%% * <<"random">>
314314
%%
315-
%% Relevant doc guide: https://www.rabbitmq.com/ha.html#queue-master-location
315+
%% Related doc guide: https://www.rabbitmq.com/ha.html#queue-master-location
316316
%%
317317
%% {queue_master_locator, <<"client-local">>},
318318

319319
%% Batch size (number of messages) used during eager queue mirror synchronisation.
320-
%% Relevant doc guide: https://www.rabbitmq.com/ha.html#batch-sync. When average message size is relatively large
320+
%% Related doc guide: https://www.rabbitmq.com/ha.html#batch-sync. When average message size is relatively large
321321
%% (say, 10s of kilobytes or greater), reducing this value will decrease peak amount
322322
%% of RAM used by newly joining nodes that need eager synchronisation.
323323
%%
@@ -335,13 +335,13 @@
335335
%% {server_properties, []},
336336

337337
%% How to respond to cluster partitions.
338-
%% Relevant doc guide: http://www.rabbitmq.com/partitions.html
338+
%% Related doc guide: http://www.rabbitmq.com/partitions.html
339339
%%
340340
%% {cluster_partition_handling, ignore},
341341

342342
%% Make clustering happen *automatically* at startup - only applied
343343
%% to nodes that have just been reset or started for the first time.
344-
%% Relevant doc guide: http://www.rabbitmq.com/clustering.html#auto-config
344+
%% Related doc guide: http://www.rabbitmq.com/clustering.html#auto-config
345345
%%
346346
%% {cluster_nodes, {['[email protected]'], disc}},
347347

@@ -387,12 +387,12 @@
387387
%% {mnesia_table_loading_retry_timeout, 30000},
388388

389389
%% Size in bytes below which to embed messages in the queue index.
390-
%% Relevant doc guide: http://www.rabbitmq.com/persistence-conf.html
390+
%% Related doc guide: http://www.rabbitmq.com/persistence-conf.html
391391
%%
392392
%% {queue_index_embed_msgs_below, 4096},
393393

394394
%% Maximum number of queue index entries to keep in journal
395-
%% Relevant doc guide: http://www.rabbitmq.com/persistence-conf.html.
395+
%% Related doc guide: http://www.rabbitmq.com/persistence-conf.html.
396396
%%
397397
%% {queue_index_max_journal_entries, 32768},
398398

@@ -417,7 +417,7 @@
417417
%% Increasing these values may help with throughput but also can be dangerous:
418418
%% high credit flow values are no different from not having flow control at all.
419419
%%
420-
%% Relevant doc guide: https://www.rabbitmq.com/blog/2015/10/06/new-credit-flow-settings-on-rabbitmq-3-5-5/
420+
%% Related doc guide: https://www.rabbitmq.com/blog/2015/10/06/new-credit-flow-settings-on-rabbitmq-3-5-5/
421421
%% and http://alvaro-videla.com/2013/09/rabbitmq-internals-credit-flow-for-erlang-processes.html.
422422
%%
423423
%% {credit_flow_default_credit, {400, 200}},
@@ -475,7 +475,7 @@
475475
%% ----------------------------------------------------------------------------
476476
%% Advanced Erlang Networking/Clustering Options.
477477
%%
478-
%% Relevant doc guide: http://www.rabbitmq.com/clustering.html
478+
%% Related doc guide: http://www.rabbitmq.com/clustering.html
479479
%% ----------------------------------------------------------------------------
480480
{kernel,
481481
[%% Sets the net_kernel tick time.
@@ -488,7 +488,7 @@
488488
%% ----------------------------------------------------------------------------
489489
%% RabbitMQ Management Plugin
490490
%%
491-
%% Relevant doc guide: http://www.rabbitmq.com/management.html
491+
%% Related doc guide: http://www.rabbitmq.com/management.html
492492
%% ----------------------------------------------------------------------------
493493

494494
{rabbitmq_management,
@@ -530,7 +530,7 @@
530530
%% ----------------------------------------------------------------------------
531531
%% RabbitMQ Shovel Plugin
532532
%%
533-
%% Relevant doc guide: http://www.rabbitmq.com/shovel.html
533+
%% Related doc guide: http://www.rabbitmq.com/shovel.html
534534
%% ----------------------------------------------------------------------------
535535

536536
{rabbitmq_shovel,
@@ -598,7 +598,7 @@
598598
%% ----------------------------------------------------------------------------
599599
%% RabbitMQ STOMP Plugin
600600
%%
601-
%% Relevant doc guide: http://www.rabbitmq.com/stomp.html
601+
%% Related doc guide: http://www.rabbitmq.com/stomp.html
602602
%% ----------------------------------------------------------------------------
603603

604604
{rabbitmq_stomp,
@@ -645,7 +645,7 @@
645645
%% ----------------------------------------------------------------------------
646646
%% RabbitMQ MQTT Plugin
647647
%%
648-
%% Relevant doc guide: https://github.com/rabbitmq/rabbitmq-mqtt/blob/stable/README.md
648+
%% Related doc guide: https://github.com/rabbitmq/rabbitmq-mqtt/blob/stable/README.md
649649
%%
650650
%% ----------------------------------------------------------------------------
651651

@@ -709,7 +709,7 @@
709709
%% ----------------------------------------------------------------------------
710710
%% RabbitMQ AMQP 1.0 Support
711711
%%
712-
%% Relevant doc guide: https://github.com/rabbitmq/rabbitmq-amqp1.0/blob/stable/README.md
712+
%% Related doc guide: https://github.com/rabbitmq/rabbitmq-amqp1.0/blob/stable/README.md
713713
%%
714714
%% ----------------------------------------------------------------------------
715715

@@ -730,7 +730,7 @@
730730
%% ----------------------------------------------------------------------------
731731
%% RabbitMQ LDAP Plugin
732732
%%
733-
%% Relevant doc guide: http://www.rabbitmq.com/ldap.html.
733+
%% Related doc guide: http://www.rabbitmq.com/ldap.html.
734734
%%
735735
%% ----------------------------------------------------------------------------
736736

0 commit comments

Comments
 (0)