CopernicaMarketingSoftware / AMQP-CPP

C++ library for asynchronous non-blocking communication with RabbitMQ
Apache License 2.0
864 stars 334 forks source link

Implement connection.blocked notification handling #502

Closed timosluis closed 1 year ago

timosluis commented 1 year ago

It is sometimes desirable for clients to receive a notification when their connection gets blocked due to the broker running low on resources (memory or disk). We implement the capturing of the blocked and unblocked notification frames and notify the user of this.