Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 706 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 706 Bytes

This repository contains methods and techniques for asynchronous communication between services, using RabbitMQ.

Projects

➕ 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.