0

I have a microservices system using RabbitMq as Message Broker, I want to talk with them from .Net. Thanks!

1 Answers1

1

you can use http://www.squaremobius.net/amqp.node/ as nodejs client and the official .NET client https://www.rabbitmq.com/dotnet.html

I'd suggest to read: https://www.rabbitmq.com/getstarted.html there are several examples

Gabriele Santomaggio
  • 21,656
  • 4
  • 52
  • 52