Spring boot microservices + SAGA + RabbitMQ (2024)

In this post, i have updated my old microservices app and explained the changes. It is now working in Spring Framework 2024 specs.

Read More

Microservice + RabbitMQ application - 5

In this last post of series about RabbitMQ and its integration into a microservice architecture, we will analyze our decisions and implementations. We will also try to figure out possible problems and solutions.

Read More

Microservice + RabbitMQ application - 4

In this post, we will receive the messages that we have sent to rabbit by listening to the queues. We will add a small mailing service to the system.

Read More

Microservice + RabbitMQ application - 3

In this post, we will send messages from mciroservice MVC application to RabbitMQ using Spring AMQP. We will also see the management console and the state of the queues and messages.

Read More

Microservice + RabbitMQ application - 2

It is time to get to know RabbitMQ that we integrate in our microservice application more in depth.

Read More

Microservice + RabbitMQ application - 1

In this series, we will add new functionalities with RabbitMQ on top of the SAGA based microservice application. We will also understand and analyze message broker tools.

Read More