You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
The service side has concern about settling messages through $management link as the delivery object state may not get cleaned up which leads to inconsistent state blocking the service side from sending more messages.
What needs to be done:
Bring back the way of Track1 in settling message through receiver link for non-deferred message.
Background:
The service side has concern about settling messages through $management link as the delivery object state may not get cleaned up which leads to inconsistent state blocking the service side from sending more messages.
What needs to be done:
Bring back the way of Track1 in settling message through receiver link for non-deferred message.
Special note for dead_letter:
There's a bug in uamqp where dead_letter reason/description can't be populated properly to the service side through receiver link, root cause is here : dead-letter reason not populated into error.info when a message is rejected azure-uamqp-python#155