|
2 | 2 | %% ----------------------------------------------------------------------------
|
3 | 3 | %% RabbitMQ Sample Configuration File.
|
4 | 4 | %%
|
5 |
| -%% Relevant doc guide: http://www.rabbitmq.com/configure.html. See |
| 5 | +%% Related doc guide: http://www.rabbitmq.com/configure.html. See |
6 | 6 | %% http://rabbitmq.com/documentation.html for documentation ToC.
|
7 | 7 | %% ----------------------------------------------------------------------------
|
8 | 8 | [
|
|
73 | 73 |
|
74 | 74 | %% TLS configuration.
|
75 | 75 | %%
|
76 |
| - %% Relevant doc guide: http://www.rabbitmq.com/ssl.html. |
| 76 | + %% Related doc guide: http://www.rabbitmq.com/ssl.html. |
77 | 77 | %%
|
78 | 78 | %% {ssl_options, [{cacertfile, "/path/to/testca/cacert.pem"},
|
79 | 79 | %% {certfile, "/path/to/server/cert.pem"},
|
|
86 | 86 | %% 'AMQPLAIN'. Additional mechanisms can be added via
|
87 | 87 | %% plugins.
|
88 | 88 | %%
|
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. |
90 | 90 | %%
|
91 | 91 | %% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
|
92 | 92 |
|
|
99 | 99 | %% rabbitmq_auth_backend_ldap plugins.
|
100 | 100 | %%
|
101 | 101 | %% 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. |
103 | 103 |
|
104 | 104 | %% The RabbitMQ-auth-mechanism-ssl plugin makes it possible to
|
105 | 105 | %% authenticate a user based on the client's TLS certificate.
|
|
147 | 147 | %% {password_hashing_module, rabbit_password_hashing_sha256},
|
148 | 148 |
|
149 | 149 | %% 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 |
151 | 151 | %%
|
152 | 152 | %% To specify the passphrase in the configuration file:
|
153 | 153 | %%
|
|
184 | 184 |
|
185 | 185 | %% Tags for default user
|
186 | 186 | %%
|
187 |
| - %% Relevant doc guide: http://www.rabbitmq.com/management.html. |
| 187 | + %% Related doc guide: http://www.rabbitmq.com/management.html. |
188 | 188 | %%
|
189 | 189 | %% {default_user_tags, [administrator]},
|
190 | 190 |
|
|
197 | 197 | %% Values lower than 6 can produce false positives and are not
|
198 | 198 | %% recommended.
|
199 | 199 | %%
|
200 |
| - %% Relevant doc guides: |
| 200 | + %% Related doc guides: |
201 | 201 | %%
|
202 | 202 | %% * http://www.rabbitmq.com/heartbeats.html
|
203 | 203 | %% * http://www.rabbitmq.com/networking.html
|
|
220 | 220 |
|
221 | 221 | %% TCP socket options.
|
222 | 222 | %%
|
223 |
| - %% Relevant doc guide: http://www.rabbitmq.com/networking.html. |
| 223 | + %% Related doc guide: http://www.rabbitmq.com/networking.html. |
224 | 224 | %%
|
225 | 225 | %% {tcp_listen_options, [{backlog, 128},
|
226 | 226 | %% {nodelay, true},
|
|
230 | 230 | %% Resource Limits & Flow Control
|
231 | 231 | %% ==============================
|
232 | 232 | %%
|
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. |
234 | 234 |
|
235 | 235 | %% Memory-based Flow Control threshold.
|
236 | 236 | %%
|
|
312 | 312 | %% * <<"client-local">>
|
313 | 313 | %% * <<"random">>
|
314 | 314 | %%
|
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 |
316 | 316 | %%
|
317 | 317 | %% {queue_master_locator, <<"client-local">>},
|
318 | 318 |
|
319 | 319 | %% 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 |
321 | 321 | %% (say, 10s of kilobytes or greater), reducing this value will decrease peak amount
|
322 | 322 | %% of RAM used by newly joining nodes that need eager synchronisation.
|
323 | 323 | %%
|
|
335 | 335 | %% {server_properties, []},
|
336 | 336 |
|
337 | 337 | %% 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 |
339 | 339 | %%
|
340 | 340 | %% {cluster_partition_handling, ignore},
|
341 | 341 |
|
342 | 342 | %% Make clustering happen *automatically* at startup - only applied
|
343 | 343 | %% 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 |
345 | 345 | %%
|
346 | 346 | %% {cluster_nodes, {['[email protected]'], disc}},
|
347 | 347 |
|
|
387 | 387 | %% {mnesia_table_loading_retry_timeout, 30000},
|
388 | 388 |
|
389 | 389 | %% 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 |
391 | 391 | %%
|
392 | 392 | %% {queue_index_embed_msgs_below, 4096},
|
393 | 393 |
|
394 | 394 | %% 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. |
396 | 396 | %%
|
397 | 397 | %% {queue_index_max_journal_entries, 32768},
|
398 | 398 |
|
|
417 | 417 | %% Increasing these values may help with throughput but also can be dangerous:
|
418 | 418 | %% high credit flow values are no different from not having flow control at all.
|
419 | 419 | %%
|
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/ |
421 | 421 | %% and http://alvaro-videla.com/2013/09/rabbitmq-internals-credit-flow-for-erlang-processes.html.
|
422 | 422 | %%
|
423 | 423 | %% {credit_flow_default_credit, {400, 200}},
|
|
475 | 475 | %% ----------------------------------------------------------------------------
|
476 | 476 | %% Advanced Erlang Networking/Clustering Options.
|
477 | 477 | %%
|
478 |
| - %% Relevant doc guide: http://www.rabbitmq.com/clustering.html |
| 478 | + %% Related doc guide: http://www.rabbitmq.com/clustering.html |
479 | 479 | %% ----------------------------------------------------------------------------
|
480 | 480 | {kernel,
|
481 | 481 | [%% Sets the net_kernel tick time.
|
|
488 | 488 | %% ----------------------------------------------------------------------------
|
489 | 489 | %% RabbitMQ Management Plugin
|
490 | 490 | %%
|
491 |
| - %% Relevant doc guide: http://www.rabbitmq.com/management.html |
| 491 | + %% Related doc guide: http://www.rabbitmq.com/management.html |
492 | 492 | %% ----------------------------------------------------------------------------
|
493 | 493 |
|
494 | 494 | {rabbitmq_management,
|
|
530 | 530 | %% ----------------------------------------------------------------------------
|
531 | 531 | %% RabbitMQ Shovel Plugin
|
532 | 532 | %%
|
533 |
| - %% Relevant doc guide: http://www.rabbitmq.com/shovel.html |
| 533 | + %% Related doc guide: http://www.rabbitmq.com/shovel.html |
534 | 534 | %% ----------------------------------------------------------------------------
|
535 | 535 |
|
536 | 536 | {rabbitmq_shovel,
|
|
598 | 598 | %% ----------------------------------------------------------------------------
|
599 | 599 | %% RabbitMQ STOMP Plugin
|
600 | 600 | %%
|
601 |
| - %% Relevant doc guide: http://www.rabbitmq.com/stomp.html |
| 601 | + %% Related doc guide: http://www.rabbitmq.com/stomp.html |
602 | 602 | %% ----------------------------------------------------------------------------
|
603 | 603 |
|
604 | 604 | {rabbitmq_stomp,
|
|
645 | 645 | %% ----------------------------------------------------------------------------
|
646 | 646 | %% RabbitMQ MQTT Plugin
|
647 | 647 | %%
|
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 |
649 | 649 | %%
|
650 | 650 | %% ----------------------------------------------------------------------------
|
651 | 651 |
|
|
709 | 709 | %% ----------------------------------------------------------------------------
|
710 | 710 | %% RabbitMQ AMQP 1.0 Support
|
711 | 711 | %%
|
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 |
713 | 713 | %%
|
714 | 714 | %% ----------------------------------------------------------------------------
|
715 | 715 |
|
|
730 | 730 | %% ----------------------------------------------------------------------------
|
731 | 731 | %% RabbitMQ LDAP Plugin
|
732 | 732 | %%
|
733 |
| - %% Relevant doc guide: http://www.rabbitmq.com/ldap.html. |
| 733 | + %% Related doc guide: http://www.rabbitmq.com/ldap.html. |
734 | 734 | %%
|
735 | 735 | %% ----------------------------------------------------------------------------
|
736 | 736 |
|
|
0 commit comments