AWS Simple Queue (SQS) Service
Jump to navigation
Jump to search
An AWS Simple Queue (SQS) Service is a message queuing service that is an AWS service.
- …
- Example(s):
- Counter-Example(s):
- See: AWS Simple Notification Service, Microsoft Message Queuing, Message Queue, Producer-Consumer Problem.
References
2019
- (Wikipedia, 2019) ⇒ https://en.wikipedia.org/wiki/Amazon_Simple_Queue_Service Retrieved:2019-10-17.
- Amazon Simple Queue Service (Amazon SQS) is a distributed message queuing service introduced by Amazon.com in late 2004. It supports programmatic sending of messages via web service applications as a way to communicate over the Internet. SQS is intended to provide a highly scalable hosted message queue that resolves issues arising from the common producer-consumer problem or connectivity between producer and consumer.
Amazon SQS can be described as commoditization of the messaging service. Well-known examples of messaging service technologies include IBM WebSphere MQ and Microsoft Message Queuing. Unlike these technologies, users do not need to maintain their own server. Amazon does it for them and sells the SQS service at a per-use rate.
- Amazon Simple Queue Service (Amazon SQS) is a distributed message queuing service introduced by Amazon.com in late 2004. It supports programmatic sending of messages via web service applications as a way to communicate over the Internet. SQS is intended to provide a highly scalable hosted message queue that resolves issues arising from the common producer-consumer problem or connectivity between producer and consumer.