From 60c0bcd81f855bb3d22754e4193c73a3097e946d Mon Sep 17 00:00:00 2001 From: noelmcloughlin Date: Mon, 23 Aug 2021 10:35:05 +0100 Subject: [PATCH] chore(pillar.example): add consumer timeout --- pillar.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pillar.example b/pillar.example index 045f0512..78a8e7c4 100644 --- a/pillar.example +++ b/pillar.example @@ -8,6 +8,8 @@ rabbitmq: config: auth_backends.1: internal # default listeners.tcp.1: 0.0.0.0:5672 + # https://www.rabbitmq.com/consumers.html#acknowledgement-timeout + consumer_timeout: 3600000 # https://www.rabbitmq.com/ldap.html # auth_backends.2: ldap # auth_ldap.servers.1: ldapserver.new