Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Time taken to send a message in Amazon's SQS

Tags:

amazon-sqs

How long does it take to send a message with Amazon Simple Queue Service?

Also, I'd like to know how many messages will be sent in a minute in Amazon SQS?

like image 791
Anand Soni Avatar asked Oct 20 '25 02:10

Anand Soni


1 Answers

As of 2007, at least one user got these results:

threads, msgsPerRead   
1        1             1.389207 sec/msg
100      1             1.3945675675675675 sec/msg
100      10            0.7433736040609137 sec/msg
1        100           0.6860626349892008 sec/msg
10       100           0.6747456021650879 sec/msg
10       10            0.645827935222672 sec/msg

Looks like 1.5 seconds per read is safe for planning, or 40 reads per minute.

like image 105
Brian Webster Avatar answered Oct 22 '25 04:10

Brian Webster



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!