summaryrefslogtreecommitdiff
path: root/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
authorArnaud Cogoluègnes <acogoluegnes@gmail.com>2018-12-11 17:09:37 +0100
committerArnaud Cogoluègnes <acogoluegnes@gmail.com>2018-12-11 17:09:37 +0100
commit8317600c5f65b42149827849f5c5fcaf766a5512 (patch)
treeaae47583893eb28a9054f5f280128d48da0d158d /docs/rabbitmq.conf.example
parenteb3bb7ebb7a6491a09843165c64f6f6ac6bc5dea (diff)
parentc80289849404a153f141ff96208abcd9c65f0153 (diff)
downloadrabbitmq-server-git-8317600c5f65b42149827849f5c5fcaf766a5512.tar.gz
Merge branch 'master' into rabbitmq-server-1743-exclusive-consumer
Diffstat (limited to 'docs/rabbitmq.conf.example')
-rw-r--r--docs/rabbitmq.conf.example9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example
index 2a373b2eb3..a62ed38291 100644
--- a/docs/rabbitmq.conf.example
+++ b/docs/rabbitmq.conf.example
@@ -503,8 +503,17 @@
# Kernel section
# ======================================
+## Timeout used to detect peer unavailability, including CLI tools.
+## Related doc guide: https://www.rabbitmq.com/nettick.html.
+##
# net_ticktime = 60
+## Inter-node communication port range.
+## Related doc guide: https://www.rabbitmq.com/networking.html#epmd-inet-dist-port-range.
+##
+# inet_dist_listen_min = 25672
+# inet_dist_listen_max = 25692
+
## ----------------------------------------------------------------------------
## RabbitMQ Management Plugin
##