rabbitmq / rabbitmq-amqp1.0

AMQP 1.0 support for RabbitMQ
https://www.rabbitmq.com/
Other
93 stars 20 forks source link

better handle resource access failures #85

Closed kjnilsson closed 5 years ago

kjnilsson commented 5 years ago

Handle amqp channel exits that may occur e.g when the user has insufficient permissions to publish to an exchange resource.

Requires: https://github.com/rabbitmq/rabbitmq-server/pull/2004

kjnilsson commented 5 years ago

Ok I've fixed the test - it requires https://github.com/rabbitmq/rabbitmq-server/pull/2004

michaelklishin commented 5 years ago

Backported to v3.7.x.