Microservice + RabbitMQ application - 5

Spring Framework Microservice RabbitMQ

10 April 2021 0 Comment

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

Spring Framework Microservice RabbitMQ

08 April 2021 0 Comment

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

Spring Framework Microservice RabbitMQ

07 April 2021 0 Comment

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

Spring Framework Microservice RabbitMQ

04 April 2021 0 Comment

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

Read More

Microservice + RabbitMQ application - 1

Spring Framework Microservice RabbitMQ

02 April 2021 0 Comment

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