Handling error with max-retry uses dead letter policies #383
ahmedsaalah
started this conversation in
General
Replies: 1 comment 2 replies
-
Hutch does not support anything like that, it's very minimalistic. Sneakers does. The only other option is to use the delayed message exchange (I doubt this would be necessary), which |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to handle errors in case there is an error or exception to retry with number of retries with decrement number of reminder retries if still failed pass to dead letter exchanges/queue
First Question: Hutch Support to make dead letter exchange ?
Second Question: There is another way to implement this solution instead of read message and duplicate this message with new retries reminder reject the original and publish the new one -as I feel it's so noob solution- ? as there is only two methods i can use in the consumer requeue and reject!
Beta Was this translation helpful? Give feedback.
All reactions