Skip to content

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

Description

@jgoldverg

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/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions