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

Set up Dead Letter queue for Messages that are un-processable. #61

Open
jgoldverg opened this issue Feb 20, 2023 · 0 comments
Open

Set up Dead Letter queue for Messages that are un-processable. #61

jgoldverg opened this issue Feb 20, 2023 · 0 comments
Assignees

Comments

@jgoldverg
Copy link
Contributor

jgoldverg commented Feb 20, 2023

Problem: There are messages that we cannot process that might occur due to user error, network io and just a lot of exceptions(bad json).
Solution: Use a dead-letter queue to store these "bad" messages.

links:
https://www.baeldung.com/spring-amqp-error-handling
https://www.rabbitmq.com/dlx.html
Not sure if this should be on producer:
https://github.com/didclab/transfer-scheduler/
or consumer:
https://github.com/didclab/Transfer-Service/

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

2 participants