programmerfriend / spring-boot-reliable-rabbitmq

A repository to explore possibilyies for a reliable messaging with Spring Boot and RabbitMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-reliable-rabbitmq

A repository to explore possibilities for reliable messaging and execution with Spring Boot and RabbitMQ

Content:

  1. spring-amqp-retry contains an example project using the built-in retry-mechanism of spring-amqp.
  2. spring-amqp-manual contains an example project using spring-amqp and building the retry mechanismn on top of it.
    It uses multiple queues to realize a retry concept (see below image).

About

A repository to explore possibilyies for a reliable messaging with Spring Boot and RabbitMQ


Languages

Language:Java 100.0%