Source: kumarnikhil811.medium.com

Case Study on Amazon SQS

Category: Data, Infrastructure

Amazon Simple Queue Service (Amazon SQS) is a distributed message queuing service introduced by Amazon.

It is fully managed service that enables you to decouple and scale microservices, distributed systems and server less applications.

Amazon SQS helps you to decouple application parts in order that they run and fail severally, increasing the fault tolerance of the system.

The travel agency anticipates expanding the AWS solution to include Amazon Simple Notification Service (Amazon SNS) and Amazon Simple Queue Service (Amazon SQS) for monitoring, alerts, and intercommunication.

AWS SQS helps to send the unlimited number of messages and in any region.

Related Articles