What is Amazon MQ?
Who uses Amazon MQ?
Amazon MQ Integrations
Here are some stack decisions, common use cases and reviews by companies and developers who chose Amazon MQ in their tech stack.
How is CloudAMQP different from Amazon MQ?
which is the better one to use?
I want to schedule a message. Amazon SQS provides a delay of 15 minutes, but I want it in some hours.
Example: Let's say a Message1 is consumed by a consumer A but somehow it failed inside the consumer. I would want to put it in a queue and retry after 4hrs. Can I do this in Amazon MQ? I have seen in some Amazon MQ videos saying scheduling messages can be done. But, I'm not sure how.
Our command and event buses uses stomp as protocol, over RabbitMQ in development, and Amazon MQ in production.
Currently bus communicates Ruby and PHP based clients.