ruby-amqp / bunny

Bunny is a popular, easy to use, mature Ruby client for RabbitMQ
Other
1.39k stars 303 forks source link

Channel callback from delivery acknowledgement timeout #684

Closed dchompd closed 7 months ago

dchompd commented 7 months ago

Add delivery acknowledgement timeout as a condition to trigger the on_error handler to be notified during a channel closure with a 406.

related to discussion https://github.com/ruby-amqp/bunny/discussions/682