What is Amazon Simple Queue Service (Amazon SQS)?
Amazon Simple Queue Service (Amazon SQS) is a cloud computing tool that distributes communication between different processes, applications and services on the same system or network. Amazon SQS provides a queued cloud platform for creating, transporting, and distributing messages. Amazon SQS is part of Amazon Web Services (AWS).
Amazon SQS bietet Interprozess- und Interkomponenten-Kommunikation für Services in der AWS-Suite, einschließlich Amazon Simple Storage Service (Amazon S3) und Amazon Elastic Compute Cloud (Amazon EC2). Amazon SQS-Nachrichten werden auf dem Cloud server in unmittelbarer Nähe zur Host-Anwendung gespeichert, wodurch die Latenz reduziert und die sofortige Verfügbarkeit für den konsumierenden Prozess gewährleistet wird.
Amazon SQS enforces security and access control functions over these message queues and allows only authorized users, applications, and processes access. Amazon SQS is mainly implemented in scenarios in which a complete application or workflow process is distributed across different remote servers and requires a special messaging system for the communication and completion of user-generated requests.