/RabbitMQ-Messaging

Implementation examples of messaging communication with RabbitMQ

Primary LanguageC#

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.