Amazon Simple Queue Service: Difference between revisions

Content deleted Content added
detag
correct logo
Line 1:
{{Refimprove|date=August 2015}}
{{mergeto|Amazon Web Services|date=November 2016}}
{{Infobox software
[[File:AWS Simple Icons Messaging Amazon SQS Queue.svg|thumb|SQS Queue Logo]]
| name = Amazon Simple Queue Service
 
| title = Amazon Simple Queue Service
| logo = [[File:AWS Simple Icons Messaging Amazon SQS Queue.svg|thumb150px|SQSAmazon Simple Queue LogoService logo]]
| logo caption = Amazon Simple Queue Service
| caption =
| collapsible =
| developer = [[Amazon.com]]
| released =
| discontinued =
| latest release version =
| latest release date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| latest preview version =
| latest preview date = <!-- {{Start date and age|YYYY|MM|DD|df=yes/no}} -->
| frequently updated = yes
| programming language =
| operating system =
| platform =
| size =
| status = Active
| genre =
| license = [[Proprietary software]]
| alexa =
| website = {{URL|http://aws.amazon.com/sqs/}}
}}
'''Amazon Simple Queue Service''' ('''Amazon SQS''') is a distributed [[message queuing service]] introduced by [[Amazon.com]] in late 2004.<ref>{{cite web|url=http://jeff-barr.com/2014/08/19/my-first-12-years-at-amazon-dot-com/ |title=Jeff Barr's Blog |publisher=Jeff-barr.com |accessdate=2015-08-13}}</ref> 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.