Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 486 Bytes

RabbitMQ retry messages with Spring Boot

The solution implemented in this repository is based in this article.

The problem

Implementing a retry flow for rabbitmq for messages coming from a fanout exchange.

Solution

To use DLQ Routing for create a retry system using the native resources of rabbitmq:


image