Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Max AWS SQS Queues

Does anyone know what the maximum amount of queues I can create is? I've look around on AWS and can't seem to find the answer. I might have almost 50 different queues at the end of this project and want to make sure I am not running out of runway...

like image 937
Matt Avatar asked Jul 28 '12 16:07

Matt


1 Answers

There is no limit for the number of queues and for the number of messages in a queue.

http://aws.amazon.com/sqs/faqs/#How_big_can_Amazon_SQS_queues_be

There is no limit to the number of queues you can create:

Q: How many message queues can I create?

You can create any number of message queues.

https://aws.amazon.com/sqs/faqs/#Limits_and_restrictions

like image 66
StefanMK Avatar answered Oct 07 '22 10:10

StefanMK