SimpleAmqpClient
SimpleAmqpClient copied to clipboard
QUESTION: Support for ConnectionBlocked notifications
Does library support this feature? https://www.rabbitmq.com/connection-blocked.html
It's a client's notification when server is on low resources. Can we use this feature in this library? How to use it?
SimpleAmqpClient does not have support blocked connection notifications.
The behavior of SimpleAmqpClient in a overloaded broker will be for the library to block on publishing new messages.