Messaging

Kafka Example Messaging with Spring Boot

In our previous articles About RabbitMQ and RabbitMQ Example, we explored what RabbitMQ is and how it works. Now, let’s dive into Apache Kafka and put that knowledge into practice by implementing messaging in Spring Boot. In this article, we’ll create two projects—a producer and a consumer—using Spring Initializr. Both projects will share a similar dependency […]

Kafka Example Messaging with Spring Boot Read More »

How RabbitMQ Works: Standard Message Flow and Routing Types

In this article, we explore how RabbitMQ, the popular message broker, works to facilitate communication between different components of a system. We will break down the standard message flow in RabbitMQ and explain the different types of routing available, providing a clear understanding of how messages are published, routed, and consumed. Standard RabbitMQ Message Flow

How RabbitMQ Works: Standard Message Flow and Routing Types Read More »