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 (0)