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
A way of failing and immediately putting message to configured deadletter queue
Use Case
if in handler code we are able to work out that no amount of retrying will resolve the issue without intervention there is no point wasting the processing retrying the message.
Proposed Solution
some syntactic sugar such as return MessageProcessStatus.ImmediatelyDeadletter();
Other Information
No response
Acknowledgements
I may be able to implement this feature request
This feature might incur a breaking change
AWS.Messaging (or related) package versions
AWS.Messaging 0.9.2
Targeted .NET Platform
net8.0
Operating System and version
AmazonLinux
The text was updated successfully, but these errors were encountered:
Thank you for submitting the feature request. The proposed request appears to be a valid one given the use-case.
The implementation approach might need to be adjusted based on the current design and structure of the library. I will review this with the team, and we shall get back to you for further updates.
Describe the feature
A way of failing and immediately putting message to configured deadletter queue
Use Case
if in handler code we are able to work out that no amount of retrying will resolve the issue without intervention there is no point wasting the processing retrying the message.
Proposed Solution
some syntactic sugar such as
return MessageProcessStatus.ImmediatelyDeadletter();
Other Information
No response
Acknowledgements
AWS.Messaging (or related) package versions
AWS.Messaging 0.9.2
Targeted .NET Platform
net8.0
Operating System and version
AmazonLinux
The text was updated successfully, but these errors were encountered: