DEV Community

Cover image for πŸ‡πŸ’¬ RabbitMQ: EC2 vs Amazon MQ β€” Why We Switched
Mihir Dudhatra
Mihir Dudhatra

Posted on

πŸ‡πŸ’¬ RabbitMQ: EC2 vs Amazon MQ β€” Why We Switched

We had to decide between using Amazon MQ (fully managed) vs. hosting RabbitMQ on EC2.
Amazon MQ is great:
βœ… Managed
βœ… Secure
βœ… No setup headaches
But… we ran into issues like:
❌ Maintenance windows that delayed recovery
❌ Lost in-flight messages and interrupted background tasks
❌ Less flexibility for tuning and updates
So, we moved RabbitMQ to EC2. Now we get:
πŸ”§ Full control
πŸš€ Faster recovery
πŸ’Έ Lower cost for dev/test
βš™οΈ Freedom to tweak everything
Managed services are great, but sometimes you need the steering wheel. πŸ› οΈ
πŸ€” Have you dealt with broker downtime or message loss during managed maintenance? What path did you take?

Top comments (0)