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
When an endpoint is operating in SendsAtomicWithReceive transport transaction mode and is losing connectivity, a received message might get stuck on retries while the transport is trying to send the messages from the handler.
SeanFeldman
changed the title
Incoming message infinitely retried and logs large amount of exceptions
Incoming messages infinitely retried and log large amount of exceptions
Mar 26, 2019
SeanFeldman
changed the title
Incoming messages infinitely retried and log large amount of exceptions
Incoming messages are retried infinitely and log a large amount of exceptions
Mar 26, 2019
Who's affected
Anyone using Azure Service Bus transport.
Symptoms
When an endpoint is operating in
SendsAtomicWithReceive
transport transaction mode and is losing connectivity, a received message might get stuck on retries while the transport is trying to send the messages from the handler.The issue is with the Microsoft AMQP library used by the Microsoft Azure Service Bus client.
Workarounds
The text was updated successfully, but these errors were encountered: