Rabbit MQ support in Azure
Asked Answered
A

2

9

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?

Adowa answered 8/10, 2020 at 17:29 Comment(0)
H
7

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.

Harmonica answered 16/12, 2020 at 7:40 Comment(1)
I should also mention that RabbitMQ is also available as a trigger on Azure functionsHarmonica
J
5

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.
Jury answered 8/10, 2020 at 17:42 Comment(3)
Thanks for your answer. We will try the Bitnami cluster.Adowa
@AnudeepSai, could you help advise what was the solution chosen finally?Cameraman
@Cameraman I believe we finally ended up creating a VM and hosting Rabbit MQ cluster on it.Adowa

© 2022 - 2024 — McMap. All rights reserved.