You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Alarm Notification is not received when the RMQ connection is in blocked state due to reaching the disk space low watermark.
Expected behavior and actual behavior
Alarm should be received. But no indication is received by the publisher client. Hence the publisher keeps on publishing the messages even though the connection is in blocked state.
AMQP-CPP does not yet support this. You will need to send in a pull request to add this feature. The way I see it now, you can add two methods to the AMQP::Handler class:
Describe the bug
Alarm Notification is not received when the RMQ connection is in blocked state due to reaching the disk space low watermark.
Expected behavior and actual behavior
Alarm should be received. But no indication is received by the publisher client. Hence the publisher keeps on publishing the messages even though the connection is in blocked state.
https://www.rabbitmq.com/connection-blocked.html
The text was updated successfully, but these errors were encountered: