Edge Rewrite
Jump to content

Talk:Amazon Simple Queue Service

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 7 years ago by 206.252.203.42 in topic Polling

latency

[edit]

Is an uncited latency statistic from 8 years ago still relavent? micro.fragdev.com/daw (talk) 14:30, 11 April 2015 (UTC)Reply

Message delivery

[edit]

In its current form, the article states that Amazon SQS does not guarantee that the recipient will receive the messages in the order they were sent by the sender and that SQS has at-least-once delivery. While this is technically true, it is also dated. Since then, Amazon introduced FIFO queues as an option (cf. http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/FIFO-queues.html), which deliver in-order and exactly-once, although at a limited rate. --Manny (talk) 11:15, 11 April 2017 (UTC)Reply

Polling

[edit]

SQS messaging is a polling architecture, and charges users a fixed rate for every 20 seconds they spend asking a queue whether it has messages or not.  Preceding unsigned comment added by 206.252.203.42 (talk) 22:22, 18 September 2018 (UTC)Reply