Rabbit MQ support in Azure

14.9k Views Asked by At

I need to read and publish messages to a Rabbit MQ instance from multiple app services on Azure.

Could anyone please suggest the Azure service that I should be using to host the Rabbit MQ instance?

2

There are 2 best solutions below

3
On

There is no Managed option available in Azure, you can consider installing in two ways,

  • Create individual Linux VM’s, Install RabbitMQ on it, Connect the RabbitMQ nodes installed in each VM.
  • Install RabbitMQ Cluster package provided by Bitnami in Azure.
1
On

Checkout RabbitMQ as a service on https://www.cloudamqp.com/

It's available on Azure, the free plan is somewhat restricted on regions but the paid plans are much better supported across Azure regions.