Skip to content

Microservice example with RabbitMQ in .NET. See releases for different versions.

Notifications You must be signed in to change notification settings

olivierbouchomsfontys/RabbitMq

Repository files navigation

RabbitMQ

Demo for a microservice architecture, using RabbitMQ and CQRS pattern.

Prerequisites

  • .NET 5
  • Docker

How to run

RabbitMQ

  • Run docker-compose up -d to launch RabbitMQ.

API

  • Run all projects. In Rider it can be launched by the compound CQRS