You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hi all,
We recently ran into a strange issue recently with a queue where our consumers became very slow at processing messages and then we noticed that our consumers started disconnecting.
It looks like there was a change to the defaults for the consumer_timeout that was only mentioned in relation to quorum queues, however this change seems to apply to all queues. It was introduced by this PR - https://github.com/rabbitmq/rabbitmq-server/pull/2990
Can anyone tell me is my understanding of this correct?
Thanks,
Katie.
kjnilsson
unread,
May 25, 2021, 11:41:26 AM5/25/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rabbitmq-users
Hi,
Correct this setting affects all queue types as it is a channel level timeout. There will be a longer default and more documentation in the next release.