summaryrefslogtreecommitdiff
path: root/deps/rabbit/docs/rabbitmq.conf.example
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbit/docs/rabbitmq.conf.example')
-rw-r--r--deps/rabbit/docs/rabbitmq.conf.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/deps/rabbit/docs/rabbitmq.conf.example b/deps/rabbit/docs/rabbitmq.conf.example
index 79adaed7c7..944b38e945 100644
--- a/deps/rabbit/docs/rabbitmq.conf.example
+++ b/deps/rabbit/docs/rabbitmq.conf.example
@@ -576,6 +576,13 @@
## on Windows.
# motd_file = /etc/rabbitmq/motd
+## Consumer timeout
+## If a message delivered to a consumer has not been acknowledge before this timer
+## triggers the channel will be force closed by the broker. This ensure that
+## faultly consumers that never ack will not hold on to messages indefinitely.
+##
+# consumer_timeout = 900000
+
## ----------------------------------------------------------------------------
## Advanced Erlang Networking/Clustering Options.
##