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

Log background errors coming from MessageReceiver #1703

Closed
mathewc opened this issue May 16, 2018 · 0 comments
Closed

Log background errors coming from MessageReceiver #1703

mathewc opened this issue May 16, 2018 · 0 comments
Assignees

Comments

@mathewc
Copy link
Member

mathewc commented May 16, 2018

When registering the ServiceBus MessageReceiver, we don't currently add an event handler to OnMessageOptions.ExceptionReceived. This means that any background exceptions (e.g. MessageLockLostException) will be silently ignored.

We should add a handler for both v1 and v2.

We've had several cases recently where locks were being lost but the absence of logs it hard to diagnose. E.g.:

#1697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant