Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which cloud to use for RabbitMQ? [closed]

We are looking for a cloud based solution for messaging queue. We have chosen RabbitMQ and we already have few app that are using this. RabbitMQ is hosted locally. For testing purposes it was ok, but right now when business is growing and we are looking into centralised RabbitMQ with HA we are looking into cloud solution.

My question is: which service would you recommend for RabbitMQ,

the options that we've found are:

cloudamqp.com/

https://addons.heroku.com/rabbitmq-bigwig

https://bitnami.com and use Azure

or

host it in Azure and manage by ourself - but we would like to avoid this as much as possible - not enough human resources to look after that.

What would you recommend?

like image 830
M.Siatrak Avatar asked Feb 06 '23 07:02

M.Siatrak


1 Answers

my suggestion is http://cloudamqp.com - i use them for just about of all my RabbitMQ hosting needs, for production web apps.

it's a fully managed RabbitMQ hosting service. you don't have to worry about much, and you can get as large / scalable as you need. From very small and cheap, to enterprise level hosting with clustering, etc.

like image 109
Derick Bailey Avatar answered Mar 20 '23 13:03

Derick Bailey