diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-10-17 01:57:57 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-10-17 01:57:57 +0300 |
| commit | d3b9889daeeae1daf5c12e1c7c219ec242d1fc0e (patch) | |
| tree | 65edff3f3d8ef46b578088d4c07c951598c5246c /docs | |
| parent | 4998adab4008ac67c5f62b7466a14275ae213097 (diff) | |
| parent | 95c180d5083ae781ce410a2cf4961fe1822ac848 (diff) | |
| download | rabbitmq-server-git-d3b9889daeeae1daf5c12e1c7c219ec242d1fc0e.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq.config.example | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example index 1a2f29119c..ee86ac3553 100644 --- a/docs/rabbitmq.config.example +++ b/docs/rabbitmq.config.example @@ -2,7 +2,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ Sample Configuration File. %% -%% Relevant doc guide: http://www.rabbitmq.com/configure.html. See +%% Related doc guide: http://www.rabbitmq.com/configure.html. See %% http://rabbitmq.com/documentation.html for documentation ToC. %% ---------------------------------------------------------------------------- [ @@ -11,7 +11,7 @@ %% Networking %% ==================== %% - %% Related doc guide http://www.rabbitmq.com/networking.html to learn more. + %% Related doc guide: http://www.rabbitmq.com/networking.html. %% By default, RabbitMQ will listen on all interfaces, using %% the standard (reserved) AMQP port. @@ -63,7 +63,7 @@ %% TLS configuration. %% - %% Relevant doc guide: http://www.rabbitmq.com/ssl.html. + %% Related doc guide: http://www.rabbitmq.com/ssl.html. %% %% {ssl_options, [{cacertfile, "/path/to/testca/cacert.pem"}, %% {certfile, "/path/to/server/cert.pem"}, @@ -76,7 +76,7 @@ %% 'AMQPLAIN'. Additional mechanisms can be added via %% plugins. %% - %% Relevant doc guide: http://www.rabbitmq.com/authentication.html for more details. + %% Related doc guide: http://www.rabbitmq.com/authentication.html for more details. %% %% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']}, @@ -89,7 +89,7 @@ %% rabbitmq_auth_backend_ldap plugins. %% %% NB: These options require that the relevant plugin is enabled. - %% Relevant doc guide: http://www.rabbitmq.com/plugins.html for further details. + %% Related doc guide: http://www.rabbitmq.com/plugins.html for further details. %% The RabbitMQ-auth-mechanism-ssl plugin makes it possible to %% authenticate a user based on the client's TLS certificate. @@ -143,7 +143,7 @@ %% {password_hashing_module, rabbit_password_hashing_sha256}, %% Configuration entry encryption. - %% Relevant doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption + %% Related doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption %% %% To specify the passphrase in the configuration file: %% @@ -180,7 +180,7 @@ %% Tags for default user %% - %% Relevant doc guide: http://www.rabbitmq.com/management.html. + %% Related doc guide: http://www.rabbitmq.com/management.html. %% %% {default_user_tags, [administrator]}, @@ -193,7 +193,7 @@ %% Values lower than 6 can produce false positives and are not %% recommended. %% - %% Relevant doc guides: + %% Related doc guides: %% %% * http://www.rabbitmq.com/heartbeats.html %% * http://www.rabbitmq.com/networking.html @@ -216,7 +216,7 @@ %% TCP socket options. %% - %% Relevant doc guide: http://www.rabbitmq.com/networking.html. + %% Related doc guide: http://www.rabbitmq.com/networking.html. %% %% {tcp_listen_options, [{backlog, 128}, %% {nodelay, true}, @@ -226,7 +226,7 @@ %% Resource Limits & Flow Control %% ============================== %% - %% Relevant doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html. + %% Related doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html. %% Memory-based Flow Control threshold. %% @@ -307,12 +307,12 @@ %% * <<"client-local">> %% * <<"random">> %% - %% Relevant doc guide: https://www.rabbitmq.com/ha.html#queue-master-location + %% Related doc guide: https://www.rabbitmq.com/ha.html#queue-master-location %% %% {queue_master_locator, <<"client-local">>}, %% Batch size (number of messages) used during eager queue mirror synchronisation. - %% Relevant doc guide: https://www.rabbitmq.com/ha.html#batch-sync. When average message size is relatively large + %% Related doc guide: https://www.rabbitmq.com/ha.html#batch-sync. When average message size is relatively large %% (say, 10s of kilobytes or greater), reducing this value will decrease peak amount %% of RAM used by newly joining nodes that need eager synchronisation. %% @@ -330,7 +330,7 @@ %% {server_properties, []}, %% How to respond to cluster partitions. - %% Relevant doc guide: http://www.rabbitmq.com/partitions.html + %% Related doc guide: http://www.rabbitmq.com/partitions.html %% %% {cluster_partition_handling, ignore}, @@ -342,7 +342,7 @@ %% Make clustering happen *automatically* at startup - only applied %% to nodes that have just been reset or started for the first time. - %% Relevant doc guide: http://www.rabbitmq.com/clustering.html#auto-config + %% Related doc guide: http://www.rabbitmq.com/clustering.html#auto-config %% %% {cluster_nodes, {['rabbit@my.host.com'], disc}}, @@ -394,12 +394,12 @@ %% {mnesia_table_loading_retry_timeout, 30000}, %% Size in bytes below which to embed messages in the queue index. - %% Relevant doc guide: http://www.rabbitmq.com/persistence-conf.html + %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html %% %% {queue_index_embed_msgs_below, 4096}, %% Maximum number of queue index entries to keep in journal - %% Relevant doc guide: http://www.rabbitmq.com/persistence-conf.html. + %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html. %% %% {queue_index_max_journal_entries, 32768}, @@ -424,7 +424,7 @@ %% Increasing these values may help with throughput but also can be dangerous: %% high credit flow values are no different from not having flow control at all. %% - %% Relevant doc guide: https://www.rabbitmq.com/blog/2015/10/06/new-credit-flow-settings-on-rabbitmq-3-5-5/ + %% Related doc guide: https://www.rabbitmq.com/blog/2015/10/06/new-credit-flow-settings-on-rabbitmq-3-5-5/ %% and http://alvaro-videla.com/2013/09/rabbitmq-internals-credit-flow-for-erlang-processes.html. %% %% {credit_flow_default_credit, {400, 200}}, @@ -482,7 +482,7 @@ %% ---------------------------------------------------------------------------- %% Advanced Erlang Networking/Clustering Options. %% - %% Relevant doc guide: http://www.rabbitmq.com/clustering.html + %% Related doc guide: http://www.rabbitmq.com/clustering.html %% ---------------------------------------------------------------------------- {kernel, [%% Sets the net_kernel tick time. @@ -495,7 +495,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ Management Plugin %% - %% Relevant doc guide: http://www.rabbitmq.com/management.html + %% Related doc guide: http://www.rabbitmq.com/management.html %% ---------------------------------------------------------------------------- {rabbitmq_management, @@ -537,7 +537,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ Shovel Plugin %% - %% Relevant doc guide: http://www.rabbitmq.com/shovel.html + %% Related doc guide: http://www.rabbitmq.com/shovel.html %% ---------------------------------------------------------------------------- {rabbitmq_shovel, @@ -605,7 +605,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ STOMP Plugin %% - %% Relevant doc guide: http://www.rabbitmq.com/stomp.html + %% Related doc guide: http://www.rabbitmq.com/stomp.html %% ---------------------------------------------------------------------------- {rabbitmq_stomp, @@ -662,7 +662,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ MQTT Plugin %% - %% Relevant doc guide: https://github.com/rabbitmq/rabbitmq-mqtt/blob/stable/README.md + %% Related doc guide: https://github.com/rabbitmq/rabbitmq-mqtt/blob/stable/README.md %% %% ---------------------------------------------------------------------------- @@ -736,7 +736,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ AMQP 1.0 Support %% - %% Relevant doc guide: https://github.com/rabbitmq/rabbitmq-amqp1.0/blob/stable/README.md + %% Related doc guide: https://github.com/rabbitmq/rabbitmq-amqp1.0/blob/stable/README.md %% %% ---------------------------------------------------------------------------- @@ -757,7 +757,7 @@ %% ---------------------------------------------------------------------------- %% RabbitMQ LDAP Plugin %% - %% Relevant doc guide: http://www.rabbitmq.com/ldap.html. + %% Related doc guide: http://www.rabbitmq.com/ldap.html. %% %% ---------------------------------------------------------------------------- |
