This repository contains methods and techniques for asynchronous communication between services, using RabbitMQ.
➕ The Basic project
includes the implementation of RabbitMQ exchanges.
➡️ Direct
➡️ Fanout
➡️ Headers
➡️ Topic
➕ The Pub/Sub Pattern
is a form of asynchronous service-to-service communication used in serverless and microservices architectures.