DEV Community

Angelo Pirola
Angelo Pirola

Posted on

How to connect two microservices with RabbitMQ

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

If you want a two-way communication instead, we recommend reading the article example of Microservice Communication with RabbitMQ and MassTransit (click here to read the article)

GitHub Repository

Comments and/or suggestions are always welcome.

Top comments (0)