Replies: 1 comment 3 replies
-
You won't be able to do so when an alarm is in effect on connections that have sent at least one publishing frame. RabbitMQ will stop reading from the socket on such connections The easiest solution is to use a separate connection for topology declaration and consumers. There are also If connections were not "unblocked" after all alarms in the cluster clear, we'd likely have this reported almost daily. But that's not the case. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following problems when a connection is blocked:
See https://stackoverflow.com/questions/73754178/creating-new-channels-after-rabbitmq-connection-was-blocked
and https://stackoverflow.com/questions/73744305/free-resources-in-blocked-rabbitmq-connection
or the Git repository which as well shows a step-by-step procedure to reproduce my issues:
https://github.com/telandor/RabbitMQTest (Edit 26.9.22: made private)
Beta Was this translation helpful? Give feedback.
All reactions