summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.config.example
diff options
context:
space:
mode:
authorMichael Klishin <michael@rabbitmq.com>2015-02-07 15:25:56 +0300
committerMichael Klishin <michael@rabbitmq.com>2015-02-07 15:25:56 +0300
commit4baac823d46fd7a92918d3d0dcc853342b924526 (patch)
tree2eb4c3480c9414673fccdc42d3a7a28f6a4df37f /docs/rabbitmq.config.example
parent0648cb17f03276aa0e5f22957397c053c087b048 (diff)
parent6cdb627f309cc88b9f134474dcdde4df5b0dceca (diff)
downloadrabbitmq-server-git-4baac823d46fd7a92918d3d0dcc853342b924526.tar.gz
merge stable into default
Diffstat (limited to 'docs/rabbitmq.config.example')
-rw-r--r--docs/rabbitmq.config.example18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/rabbitmq.config.example b/docs/rabbitmq.config.example
index 63540568f1..bc8f6fbf32 100644
--- a/docs/rabbitmq.config.example
+++ b/docs/rabbitmq.config.example
@@ -33,8 +33,8 @@
%% {handshake_timeout, 10000},
%% Log levels (currently just used for connection logging).
- %% One of 'info', 'warning', 'error' or 'none', in decreasing order
- %% of verbosity. Defaults to 'info'.
+ %% One of 'debug', 'info', 'warning', 'error' or 'none', in decreasing
+ %% order of verbosity. Defaults to 'info'.
%%
%% {log_levels, [{connection, info}]},
@@ -220,6 +220,13 @@
%%
%% {cluster_nodes, {['rabbit@my.host.com'], disc}},
+ %% Interval (in milliseconds) at which we send keepalive messages
+ %% to other cluster members. Note that this is not the same thing
+ %% as net_ticktime; missed keepalive messages will not cause nodes
+ %% to be considered down.
+ %%
+ %% {cluster_keepalive_interval, 10000},
+
%% Set (internal) statistics collection granularity.
%%
%% {collect_statistics, none},
@@ -235,7 +242,12 @@
%% Timeout used when waiting for Mnesia tables in a cluster to
%% become available.
%%
- %% {mnesia_table_loading_timeout, 30000}
+ %% {mnesia_table_loading_timeout, 30000},
+
+ %% Size in bytes below which to embed messages in the queue index. See
+ %% http://www.rabbitmq.com/persistence-conf.html
+ %%
+ %% {queue_index_embed_msgs_below, 4096}
]},