Hosting RabbitMQ on Azure #2464
-
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? |
Beta Was this translation helpful? Give feedback.
Answered by
michaelklishin
Oct 8, 2020
Replies: 1 comment
-
I am not aware of a RabbitMQ-as-a-Service option on Azure but CloudAMQP lists it as a supported IaaS provider. You can always provision it using one of the existing deployment options that are not IaaS-specific, e.g. using Docker, Kubernetes, Chef, Terraform RabbitMQ provider, and so on. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
michaelklishin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not aware of a RabbitMQ-as-a-Service option on Azure but CloudAMQP lists it as a supported IaaS provider. You can always provision it using one of the existing deployment options that are not IaaS-specific, e.g. using Docker, Kubernetes, Chef, Terraform RabbitMQ provider, and so on.