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?

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)