Skip to content

joaosouzaaa/OutboxPattern

Repository files navigation

OutboxPattern

The goal of this project is to demonstrate a common microservices pattern, the Outbox pattern, by implementing it alongside the Unit of Work pattern and utilizing RabbitMQ as a message-broker.

Technologies used

  • .NET 8
  • C#
  • EntityFrameworkCore
  • SQL Server
  • xUnit
  • Moq
  • Docker
  • RabbitMQ