--- title: Amazon Simple Queue Service (SQS) Reviews meta\_title: 'Amazon Simple Queue Service (SQS) Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 146 reviews by the users' company size, role or industry to find out how Amazon Simple Queue Service (SQS) works for a business like yours. aggregate\_rating: rating\_value: 4.4 review\_count: 146 scale: '5' date\_modified: '2026-08-09' parent\_category: name: Customer Service url: https://www.g2.com/categories/customer-service ---

# Amazon Simple Queue Service (SQS) Reviews & Product Details

Claimed

###### Profile Status

This profile is currently managed by Amazon Simple Queue Service (SQS) but has limited features.  
  
Are you part of the Amazon Simple Queue Service (SQS) team? [Upgrade your plan](https://sell.g2.com) to enhance your branding and engage with visitors to your profile!

Amazon Simple Queue Service (SQS) is a fully managed message queuing service that enables the decoupling and scaling of microservices, distributed systems, and serverless applications. It allows developers to send, store, and receive messages between software components at any volume, ensuring reliable communication without the need to manage underlying infrastructure. Key Features and Functionality: - Queue Types: SQS offers two types of queues: - Standard Queues: Provide high throughput, at-least-once delivery, and best-effort ordering, making them suitable for applications where occasional duplicate messages and out-of-order delivery are acceptable. - FIFO Queues: Ensure exactly-once processing and preserve the exact order of messages, ideal for applications where the order of operations is critical. - Scalability: Automatically scales to handle any volume of messages, processing thousands to millions of messages per second without manual intervention. - Reliability: Messages are redundantly stored across multiple servers and Availability Zones, ensuring high availability and durability. - Security: Supports server-side encryption (SSE) using AWS Key Management Service (KMS) to protect the contents of messages. - Integration: Seamlessly integrates with other AWS services such as Lambda, EC2, ECS, SNS, and EventBridge, facilitating the development of complex, event-driven architectures. - Cost-Effectiveness: Operates on a pay-per-use model, eliminating the need for upfront costs and capacity planning, thus reducing operational overhead. Primary Value and Problem Solved: Amazon SQS simplifies the process of building scalable and reliable distributed systems by decoupling application components. It eliminates the complexity of managing message-oriented middleware, allowing development teams to focus on innovation rather than infrastructure maintenance. By providing a secure, durable, and highly available message queuing service, SQS ensures that messages are reliably delivered between components, even in the face of varying workloads and system failures. This leads to increased application reliability, improved scalability, and faster development cycles.

* * *

Seller
[Amazon Web Services (AWS)](https://www.g2.com/sellers/amazon-web-services-aws-3e93cc28-2e9b-4961-b258-c6ce0feec7dd)
Discussions
[Amazon Simple Queue Service (SQS) Community](https://www.g2.com/products/amazon-simple-queue-service-sqs/discuss)
Solution Type

Best-of-Breed

Overview by
Rachel Richardson

Show More

## Value at a Glance

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

8 months

[
View More Pricing Information
](https://www.g2.com/products/amazon-simple-queue-service-sqs/pricing)

## Top-Rated Alternatives

[

 ![OneSignal](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "OneSignal")

OneSignal

4.7/5(1,228)

](https://www.g2.com/products/onesignal/reviews)

[

 ![Text-Em-All](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Text-Em-All")

Text-Em-All

4.8/5(824)

](https://www.g2.com/products/text-em-all/reviews)

[

 ![DialMyCalls](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "DialMyCalls")

DialMyCalls

4.7/5(999)

](https://www.g2.com/products/dialmycalls/reviews)

[
View All Alternatives
](https://www.g2.com/products/amazon-simple-queue-service-sqs/competitors/alternatives)

## User Insights

Average based on 146 real user reviews.

Implementation Time

2 months

Perceived Cost

$$$$$

[Log in to unlock pricing and user insights](/login)

## Amazon Simple Queue Service (SQS) Integrations
(2)

What do users say about integrations?

Integration information sourced from real user reviews.

[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Amazon Simple Notification Service (SNS)

](https://www.g2.com/products/amazon-simple-notification-service-sns/reviews)[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

AWS Lambda

](https://www.g2.com/products/aws-lambda/reviews)

Show More

 ![Chetan D.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Chetan D.")
CD

Chetan D.

Full Stack Developer

Mid-Market (51-1000 emp.)

10/30/2025

"Reliable message handling"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

I love how Amazon SQS just gets my messages, literally, It’s super reliable, easy to set up, and handles all the chaos between services so I don’t have to. Feels like having a super organized system who guarantee to work. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

I like SQS overall, but the message count on the console sometimes lies when you refresh, it’ll show the wrong number. Minor thing, but still annoying. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

Before using SQS, I had to set up Redis on the same instance just to support the message queue that Celery needed. Now with SQS, everything’s handled reliably in the background, no more managing servers or worrying about lost messages. It just works smoothly and keeps things running without the headache. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Happy M.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Happy M.")
HM

Happy M.

Software Engineer

Information Technology and Services

Enterprise (\> 1000 emp.)

12/22/2024

"Scalable and large queue execution"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

It is very easy to integrate and implement with the backend. It manages different complex workflows for queinf multiple requests flawlessly. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

In a rare case it fails to execute some api calls under heavy workload. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

It has been a goto service for executing a long queues for multiple webhooks from multiple services and seamlessly executing actions for each webhook without missing any webhook api call with SQS. Review collected by and hosted on G2.com.

Show More

Our network of Icons are G2 members who are recognized for their outstanding contributions and commitment to helping others through their expertise.G2 Icon
12/27/2025
Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Nidhi G.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Nidhi G.")
NG

Nidhi G.

Software Engineer

Information Technology and Services

Mid-Market (51-1000 emp.)

11/27/2024

"Robust and large queue service"

3.5/5

What do you like best about Amazon Simple Queue Service (SQS)?

It is eay to use, integrate and implement in code and also queueing for large data work flawlessly. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

It takes sometimes time to deliver webhooks from queue and it has message size limitation. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

It is allowing to queue large number of orders for mailing customers and balancing load on database for write overload. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

 ![Abhishek s.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Abhishek s.")
AS

Abhishek s.

IT Technical Recruiter

Small-Business (50 or fewer emp.)

12/14/2023

"NICE PRODUCT"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

It has no upfront costs, we do not need to manage software, and there is no infrastructure maintenance. That is the best part about it. Also, deliver large volumes of data without losing messages. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

For some users, the 256KB size limit is restrictive for certain use cases. Experience latency due to message processing. Lack of advanced filtering. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

SQS automatically scales based on demand. It provides FIFO (first in, first out) queues, and it is a managed service, reducing operational overhead and costs. It also helps in decoupled message communication. Review collected by and hosted on G2.com.

Show More

6/25/2024
Validated ReviewerIncentivizedSource: G2 invite

 ![Gopi K.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Gopi K.")
GK

Gopi K.

SDE-3

Hospital & Health Care

Small-Business (50 or fewer emp.)

1/3/2024

"Easy to setup solution for Job Queues"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

1. Easy to setup and integrate with applications

2. FIFO queues helps reduce complexity of application

3. Message deduplication capability is inbuilt. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

1. No functionality to peek at the message.

2. Visibility timeouts can lead to confusions if not configured properly. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

1. Helps to setup background job processing easily.

2. Easy Publisher-Subscriber setup when used with SNS.

3. Inbuilt deduplication and FIFO ordering helps to reduce complexities in applications. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
IC

Verified User in Computer Software

Small-Business (50 or fewer emp.)

5/18/2023

"Advantages of AWS Cloud Storage"

3.5/5

What do you like best about Amazon Simple Queue Service (SQS)?

AWS Cloud Storage, specifically Amazon S3 (Simple Storage Service), offers virtually unlimited storage capacity. It allows you to scale your storage resources up or down based on your needs without worrying about hardware limitations. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

Using AWS Cloud Storage may create a level of dependency on the AWS ecosystem. Migrating data and applications from AWS to another cloud provider or on-premises infrastructure can be challenging due to proprietary APIs, services, and architecture differences. This can result in a certain level of vendor lock-in. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

AWS Cloud Storage, such as Amazon S3 (Simple Storage Service), provides a range of benefits and solves several problems for individuals and businesses. Here are some of the key problems that AWS Cloud Storage helps address and the corresponding benefits:

1)Scalability 2)Durability 3)Accessibility and Global Availability 4)Security and Compliance Review collected by and hosted on G2.com.

Show More

1/3/2024
Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Financial Services](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Financial Services")
UF

Verified User in Financial Services

Small-Business (50 or fewer emp.)

11/8/2023

"Advantages/Disadvantages of using AMAZON SQS"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

Best thing about this is that we don't have to take care for scailing or management issues as amazon sqs manages itself.

And other things like the sqs is reliabale as it stores the message across multiple servers to ensure durability. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

One thing is that the limitation on data which we can send is 256kb which can be improved.

Cost for application which has high throughput is much more as compared to the application which comes under medium to low throughput Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

In our business we need to maintain live data through out the day, which is spread over our multiple applcations.

So ASQS comes handy when need to update things on various application concurrently, while ensuring message reliabilty and durability Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Insurance](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Insurance")
AI

Verified User in Insurance

Mid-Market (51-1000 emp.)

10/17/2023

"Best message queue solution"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

Easy to start with, very customization for production workloads, easy to start with implementation, especially if you are using the SAM framework.

Able to customize permissions such as queue policies. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

The maximum number of in flight messages (120,000) is a hurden if your application is really that large. Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

It's guaranteeing at least once delivery, as well as helping my application to delegate some long running tasks into an async manner to avoid blocking web requests. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Aashish L.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Aashish L.")
AL

Aashish L.

Software Specialist

Enterprise (\> 1000 emp.)

5/23/2023

Business partner of the seller or seller's competitor, not included in G2 scores.

"One of the best cloud storage service"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

AWS storage is really good for use and it is really fast to retrive and store large amount of data using.

Different storage types are provided as per your requirement. And the important thing is prize is very less. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

Nothing as such. Just old UI was better for aws website as it was easy to use and less time consuming. Try to improve new ui with faster response time for some services Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

We were sending some messesges and get those reponses over the products using aws api calls we were also using aws cli for some purposes, it was really helpfull for us Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
UC

Verified User in Computer Software

Mid-Market (51-1000 emp.)

5/16/2023

"Pros and cons of AWS Cloud Storage"

4/5

What do you like best about Amazon Simple Queue Service (SQS)?

It is perfect for developers to use AWS cloud storage to build products and use it as storage means. It offers different kinds of storage services. And also the archival process in AWS is so good. Review collected by and hosted on G2.com.

What do you dislike about Amazon Simple Queue Service (SQS)?

Eventough AWS cloiud storage is perfect for developers, for a casual person it is very difficult to use it as a daily storage space. If it is as simple a other cloud storage services it will be even better. Google Drive and Microsoft one drive are better options for normal people . Review collected by and hosted on G2.com.

What problems is Amazon Simple Queue Service (SQS) solving and how is that benefiting you?

It is low-cost data storage with high durability and high availability. It gives us the option to back up information, archive, and disaster recovery. It reduces your total cost of ownership by eliminating infrastructure maintenance and over-provisioning. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

## Questions about Amazon Simple Queue Service (SQS)? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

[
Ask about Amazon Simple Queue Service (SQS)
](https://www.g2.com/products/amazon-simple-queue-service-sqs/discussions/new)

GU

Guest User
•
Last activity almost 3 years ago

What is Amazon Simple Queue Service (SQS) used for?

0 Upvotes

1

[
Join the conversation
](https://www.g2.com/discussions/what-is-amazon-simple-queue-service-sqs-used-for)

 ![C.O.D D.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "C.O.D D.")
CD

C.O.D DZ
•
Last activity over 6 years ago

how can i get a merch by amazone account

1 Upvote

1

[
Join the conversation
](https://www.g2.com/discussions/how-can-i-get-a-merch-by-amazone-account)

[
View all Discussions
](https://www.g2.com/products/amazon-simple-queue-service-sqs/discuss)

## Pricing Insights

Averages based on real user reviews.

### Time to Implement

2 months

### Return on Investment

8 months

### Average Discount

8%

[
View More Pricing Information
](https://www.g2.com/products/amazon-simple-queue-service-sqs/pricing)

Amazon Simple Queue Service (SQS) Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_5659ada74ab633b253eda4cfde8c2c73/onesignal.png "Product Avatar Image")

OneSignal

4.7/5(1,228)

[
Compare Now
](https://www.g2.com/compare/amazon-simple-queue-service-sqs-vs-onesignal)

##### 
##### Amazon Simple Queue Service (SQS) Features

Messaging Channels

SMS Messaging

Email

Voice Messaging

Administration

Scheduling

Triggered Notifications

Segmentation

[
View More Features
](https://www.g2.com/products/amazon-simple-queue-service-sqs/features)

##### Categories on G2

[Proactive Notification](https://www.g2.com/categories/proactive-notification)

##### Explore More

[Which survey tools let you send out surveys by email, web link and SMS so you can reach respondents wherever they are?](https://www.g2.com/discussions/which-survey-tools-let-you-send-out-surveys-by-email-web-link-and-sms-so-you-can-reach-respondents-wherever-they-are)[Best edi software for small businesses](https://www.g2.com/discussions/what-s-the-best-edi-software-for-small-businesses)[Best software for digital menu boards in restaurants](https://www.g2.com/discussions/what-s-the-best-software-for-digital-menu-boards-in-restaurants)

[customer success software](https://www.g2.com/discussions/what-do-you-look-for-when-choosing-a-customer-success-software)[best e-commerce platforms](https://www.g2.com/discussions/what-are-the-best-e-commerce-platforms-in-2025)[Pros and Cons Details](https://www.g2.com/products/amazon-simple-queue-service-sqs/reviews?qs=pros-and-cons)

[Show MoreShow Less](javascript:void(0);)