Connection-blocked blocks everything, not just publishes #3384
Unanswered
carlhoerberg
asked this question in
Ideas
Replies: 1 comment 1 reply
-
What should RabbitMQ do to incoming publishes? Reject them as they come in and drop the body? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From https://www.rabbitmq.com/amqp-0-9-1-reference.html#connection.blocked
But RabbitMQ seems to stop reading completely from the socket after
connection.blocked
is sent. This prevents the client fromack
:ing,purge
etc, which could help in a low memory situation.Beta Was this translation helpful? Give feedback.
All reactions