-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide transient message operations #36
Comments
Somre more guidance for this issue is proparly required. What is considered a 'temporary failure'? How should it be handled? The message pump has now something of a handling logic, but it's in my opninion a bit too high-level to be useful. |
When we want to complete the message in a handler and it fails with Server too busy or time out, that we retry it x times |
OK, cool, after #141 is done, we can maybe create some options a consumer can configure on the message router. |
Except of course if you mean the |
Adding retry on operations such as deadletter, etc would be enough indeed; but would need to be opt-in/out indeed with configurable retry count/wait time |
Can we use the |
Fine by me |
By default, the |
Provide transient message operations to handle temporary failures when completing a message, etc.
The text was updated successfully, but these errors were encountered: