cloudamqp / amqp-client.rb

Modern AMQP 0-9-1 Ruby client
https://cloudamqp.github.io/amqp-client.rb/
MIT License
19 stars 6 forks source link

Expose Connection#blocked? but don't block socket write on blocked #27

Closed carlhoerberg closed 3 months ago

carlhoerberg commented 3 months ago

If the server sends Connection#Blocked frame the client should stop publishing, but not be prevented to do other actions, like consuming messages as that might eliminate the resource problem on the server side.