DEV Community

Cover image for How to connect two microservices with RabbitMQ and MassTransit
Angelo Pirola
Angelo Pirola

Posted on • Edited on

How to connect two microservices with RabbitMQ and MassTransit

The example in the github repository below shows a simple implementation of two microservices (.NET 8 Web Api) communicating with each other via RabbitMQ and MassTransit.

GitHub Repository

Comments and/or suggestions are always welcome.

Top comments (1)

Collapse
 
stevsharp profile image
Spyros Ponaris

Thank you for sharing your article on connecting two microservices using RabbitMQ and MassTransit. It's a great topic, and I appreciate your effort in explaining the key concepts. As someone interested in implementing this. for example demonstrating practical patterns like the Outbox Pattern .Thanks again for your workโ€”Iโ€™m looking forward to updates!