This project demonstrates a basic inter-service messaging setup using MassTransit with RabbitMQ in a .NET environment. It shows how to configure producers and consumers to exchange messages asynchronously, enabling decoupled and scalable communication between services.
- Simple message publishing and consuming using MassTransit
- RabbitMQ as the message broker
- Clean and minimal setup for learning and prototyping