summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example70
1 files changed, 35 insertions, 35 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index eba4921c84..9f56ba3f96 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -2,8 +2,8 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Sample Configuration File.
%%
-%% Related doc guide: http://www.rabbitmq.com/configure.html. See
-%% http://rabbitmq.com/documentation.html for documentation ToC.
+%% Related doc guide: https://www.rabbitmq.com/configure.html. See
+%% https://rabbitmq.com/documentation.html for documentation ToC.
%% ----------------------------------------------------------------------------
[
{rabbit,
@@ -11,7 +11,7 @@
%% Networking
%% ====================
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%% By default, RabbitMQ will listen on all interfaces, using
%% the standard (reserved) AMQP port.
@@ -50,7 +50,7 @@
%% Security, Access Control
%% ========================
%%
- %% Related doc guide: http://www.rabbitmq.com/access-control.html.
+ %% Related doc guide: https://www.rabbitmq.com/access-control.html.
%% The default "guest" user is only permitted to access the server
%% via a loopback interface (e.g. localhost).
@@ -63,7 +63,7 @@
%% TLS configuration.
%%
- %% Related doc guide: http://www.rabbitmq.com/ssl.html.
+ %% Related doc guide: https://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.
%%
- %% Related doc guide: http://www.rabbitmq.com/authentication.html.
+ %% Related doc guide: https://www.rabbitmq.com/authentication.html.
%%
%% {auth_mechanisms, ['PLAIN', 'AMQPLAIN']},
@@ -89,7 +89,7 @@
%% rabbitmq_auth_backend_ldap plugins.
%%
%% NB: These options require that the relevant plugin is enabled.
- %% Related doc guide: http://www.rabbitmq.com/plugins.html for further details.
+ %% Related doc guide: https://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.
@@ -104,7 +104,7 @@
%% external LDAP server.
%%
%% For more information about configuring the LDAP backend, see
- %% http://www.rabbitmq.com/ldap.html.
+ %% https://www.rabbitmq.com/ldap.html.
%%
%% Enable the LDAP auth backend by adding to or replacing the
%% auth_backends entry:
@@ -143,7 +143,7 @@
%% {password_hashing_module, rabbit_password_hashing_sha256},
%% Configuration entry encryption.
- %% Related doc guide: http://www.rabbitmq.com/configure.html#configuration-encryption
+ %% Related doc guide: https://www.rabbitmq.com/configure.html#configuration-encryption
%%
%% To specify the passphrase in the configuration file:
%%
@@ -170,7 +170,7 @@
%% On first start RabbitMQ will create a vhost and a user. These
%% config items control what gets created. See
- %% http://www.rabbitmq.com/access-control.html for further
+ %% https://www.rabbitmq.com/access-control.html for further
%% information about vhosts and access control.
%%
%% {default_vhost, <<"/">>},
@@ -180,7 +180,7 @@
%% Tags for default user
%%
- %% Related doc guide: http://www.rabbitmq.com/management.html.
+ %% Related doc guide: https://www.rabbitmq.com/management.html.
%%
%% {default_user_tags, [administrator]},
@@ -195,8 +195,8 @@
%%
%% Related doc guides:
%%
- %% * http://www.rabbitmq.com/heartbeats.html
- %% * http://www.rabbitmq.com/networking.html
+ %% * https://www.rabbitmq.com/heartbeats.html
+ %% * https://www.rabbitmq.com/networking.html
%%
%% {heartbeat, 60},
@@ -229,13 +229,13 @@
%%
%% Introduced in 3.6.13.
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%%
%% {connection_max, infinity},
%% TCP socket options.
%%
- %% Related doc guide: http://www.rabbitmq.com/networking.html.
+ %% Related doc guide: https://www.rabbitmq.com/networking.html.
%%
%% {tcp_listen_options, [{backlog, 128},
%% {nodelay, true},
@@ -245,7 +245,7 @@
%% Resource Limits & Flow Control
%% ==============================
%%
- %% Related doc guide: http://www.rabbitmq.com/memory.html, http://www.rabbitmq.com/memory-use.html.
+ %% Related doc guide: https://www.rabbitmq.com/memory.html, https://www.rabbitmq.com/memory-use.html.
%% Memory-based Flow Control threshold.
%%
@@ -281,7 +281,7 @@
%%
%% Another alternative is to configure queues to page all messages (both
%% persistent and transient) to disk as quickly
- %% as possible, see http://www.rabbitmq.com/lazy-queues.html.
+ %% as possible, see https://www.rabbitmq.com/lazy-queues.html.
%%
%% {vm_memory_high_watermark_paging_ratio, 0.5},
@@ -349,7 +349,7 @@
%% {server_properties, []},
%% How to respond to cluster partitions.
- %% Related doc guide: http://www.rabbitmq.com/partitions.html
+ %% Related doc guide: https://www.rabbitmq.com/partitions.html
%%
%% {cluster_partition_handling, ignore},
@@ -361,7 +361,7 @@
%% Make clustering happen *automatically* at startup - only applied
%% to nodes that have just been reset or started for the first time.
- %% Related doc guide: http://www.rabbitmq.com/clustering.html#auto-config
+ %% Related doc guide: https://www.rabbitmq.com/clustering.html#auto-config
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
@@ -413,12 +413,12 @@
%% {mnesia_table_loading_retry_timeout, 30000},
%% Size in bytes below which to embed messages in the queue index.
- %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html
+ %% Related doc guide: https://www.rabbitmq.com/persistence-conf.html
%%
%% {queue_index_embed_msgs_below, 4096},
%% Maximum number of queue index entries to keep in journal
- %% Related doc guide: http://www.rabbitmq.com/persistence-conf.html.
+ %% Related doc guide: https://www.rabbitmq.com/persistence-conf.html.
%%
%% {queue_index_max_journal_entries, 32768},
@@ -479,7 +479,7 @@
%% (see https://www.erlang-solutions.com/blog/erlang-garbage-collector.html).
%%
%% Before enabling this option, please take a look at the memory
- %% breakdown (http://www.rabbitmq.com/memory-use.html).
+ %% breakdown (https://www.rabbitmq.com/memory-use.html).
%%
%% {background_gc_enabled, false},
@@ -509,12 +509,12 @@
%% ----------------------------------------------------------------------------
%% Advanced Erlang Networking/Clustering Options.
%%
- %% Related doc guide: http://www.rabbitmq.com/clustering.html
+ %% Related doc guide: https://www.rabbitmq.com/clustering.html
%% ----------------------------------------------------------------------------
{kernel,
[%% Sets the net_kernel tick time.
%% Please see http://erlang.org/doc/man/kernel_app.html and
- %% http://www.rabbitmq.com/nettick.html for further details.
+ %% https://www.rabbitmq.com/nettick.html for further details.
%%
%% {net_ticktime, 60}
]},
@@ -522,12 +522,12 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Management Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/management.html
+ %% Related doc guide: https://www.rabbitmq.com/management.html
%% ----------------------------------------------------------------------------
{rabbitmq_management,
[%% Preload schema definitions from a previously exported definitions file. See
- %% http://www.rabbitmq.com/management.html#load-definitions
+ %% https://www.rabbitmq.com/management.html#load-definitions
%%
%% {load_definitions, "/path/to/exported/definitions.json"},
@@ -547,12 +547,12 @@
%% {keyfile, "/path/to/key.pem"}]}]},
%% One of 'basic', 'detailed' or 'none'. See
- %% http://www.rabbitmq.com/management.html#fine-stats for more details.
+ %% https://www.rabbitmq.com/management.html#fine-stats for more details.
%% {rates_mode, basic},
%% Configure how long aggregated data (such as message rates and queue
%% lengths) is retained. Please read the plugin's documentation in
- %% http://www.rabbitmq.com/management.html#configuration for more
+ %% https://www.rabbitmq.com/management.html#configuration for more
%% details.
%%
%% {sample_retention_policies,
@@ -564,7 +564,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ Shovel Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/shovel.html
+ %% Related doc guide: https://www.rabbitmq.com/shovel.html
%% ----------------------------------------------------------------------------
{rabbitmq_shovel,
@@ -632,7 +632,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ STOMP Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/stomp.html
+ %% Related doc guide: https://www.rabbitmq.com/stomp.html
%% ----------------------------------------------------------------------------
{rabbitmq_stomp,
@@ -728,20 +728,20 @@
%% {prefetch, 10},
%% TLS listeners.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {tcp_listeners, [1883]},
%% {ssl_listeners, []},
%% Number of Erlang processes that will accept connections for the TCP
%% and TLS listeners.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {num_tcp_acceptors, 10},
%% {num_ssl_acceptors, 1},
%% TCP socket options.
- %% See http://www.rabbitmq.com/networking.html
+ %% See https://www.rabbitmq.com/networking.html
%%
%% {tcp_listen_options, [
%% {backlog, 128},
@@ -784,7 +784,7 @@
%% ----------------------------------------------------------------------------
%% RabbitMQ LDAP Plugin
%%
- %% Related doc guide: http://www.rabbitmq.com/ldap.html.
+ %% Related doc guide: https://www.rabbitmq.com/ldap.html.
%%
%% ----------------------------------------------------------------------------
@@ -861,7 +861,7 @@
%% The LDAP plugin can perform a variety of queries against your
%% LDAP server to determine questions of authorisation. See
- %% http://www.rabbitmq.com/ldap.html#authorisation for more
+ %% https://www.rabbitmq.com/ldap.html#authorisation for more
%% information.
%% Set the query to use when determining vhost access