azure-event-hubs-go icon indicating copy to clipboard operation
azure-event-hubs-go copied to clipboard

Add support for AMQP redirects

Open devigned opened this issue 5 years ago • 0 comments

We have a need to support AMQP redirect. It seems a redirect response can occur either at the connection level or the link level, as documented here: http://docs.oasis-open.org/amqp-bindmap/amqp-wsb/v1.0/cs01/amqp-wsb-v1.0-cs01.html#_Toc461801619 http://docs.oasis-open.org/amqp-bindmap/amqp-wsb/v1.0/cs01/amqp-wsb-v1.0-cs01.html#_Toc461801620

See: https://github.com/Azure/azure-uamqp-c/issues/231

devigned avatar Oct 18 '18 16:10 devigned