We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If during the processing of a message in the handler an error occurs, the message should be redelivered.
The message order should be kept intact.
The message is not retried.
The text was updated successfully, but these errors were encountered:
Add test for message processing error handling (Azure#168)
b8f9eff
The test we added via the pull request currently just checks the retries we are expecting, but not the message ordering.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
If during the processing of a message in the handler an error occurs, the message should be redelivered.
The message order should be kept intact.
Actual Behavior
The message is not retried.
Environment
The text was updated successfully, but these errors were encountered: