Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incoming messages are retried infinitely and log a large amount of exceptions #51

Closed
SeanFeldman opened this issue Mar 26, 2019 · 0 comments
Labels
Milestone

Comments

@SeanFeldman
Copy link
Contributor

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

  • Restart the affected endpoints.
  • Lower the transport transaction mode if your system allows.
@SeanFeldman SeanFeldman added this to the 1.0.2 milestone Mar 26, 2019
SeanFeldman added a commit that referenced this issue Mar 26, 2019
@SeanFeldman 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 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
SeanFeldman added a commit that referenced this issue Mar 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant