Skip to content

https://tech.forter.com/comparing-message-queue-architectures-on-aws/

A comparison of the most important MQ alternatives you can run in AWS.

In conclusion:

If you are light on DevOps and not latency sensitive use SQS for job management and Kinesis for event stream processing. If latency is an issue, use ELB or 2 RabbitMQs (or 2 beanstalkds) for job management and Redis for event stream processing.