Introducing G2.ai, the future of software buying.Try now
Amazon Simple Queue Service (SQS)
Save to My Lists
Claimed
Claimed

Top Rated Amazon Simple Queue Service (SQS) Alternatives

OneSignal
(1,005)
4.7 out of 5
Text-Em-All
(793)
4.8 out of 5

144 Amazon Simple Queue Service (SQS) Reviews

4.3 out of 5
The next elements are filters and will change the displayed results once they are selected.
Search reviews
Hide FiltersMore Filters
The next elements are filters and will change the displayed results once they are selected.
The next elements are filters and will change the displayed results once they are selected.
144 Amazon Simple Queue Service (SQS) Reviews
4.3 out of 5
144 Amazon Simple Queue Service (SQS) Reviews
4.3 out of 5

Amazon Simple Queue Service (SQS) Pros and Cons

How are these determined?Information
Pros and Cons are compiled from review feedback and grouped into themes to provide an easy-to-understand summary of user reviews.
Pros
Cons
G2 reviews are authentic and verified.
Aasheesh P.
AP
Senior Software Engineer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Cloud Storage?

The pricing is the best part about AWS Cloud Storage.

We have a lot of options to store the data as per the requirement and the frequency of use of the data.

We can store the data and get cheaper prices in Ultra Warm storage for the data that is infrequently accessed, and hence we don't have to pay higher prices.

It is very easy to store the data and can be done via the AWS console or via the CLI. The implementation is also very easy. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud Storage?

There are no native tools present to upload the data in bulk. Review collected by and hosted on G2.com.

Bipul Bishal S.
BS
Graduate Assistant
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: Organic Review from User Profile
What do you like best about Amazon Simple Queue Service (SQS)?

It is really easy to integrate, simple to use, and pay as you use. It also provides a free number of requests, so I have also used it in my projects. It has easy integration with other AWS services. It provides ease of Implementation based on the wide variety of network methods it provides. Review collected by and hosted on G2.com.

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

It doesn't have packages to integrate with j2ee applications, like integrating a messaging queue in the standalone.xml file of a JBoss server as a messaging bean. We have packages for Active Mq or Rabbit Mq but not sqs. Review collected by and hosted on G2.com.

Happy M.
HM
Software Engineer
Information Technology and Services
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
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.

Verified User in Computer Software
AC
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
Products used within AWS Cloud Storage: Amazon Simple Queue Service (SQS), Amazon EventBridge
What do you like best about AWS Cloud Storage?

The cost-effectiveness of AWS Cloud is the best feature Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud Storage?

At times the data-transfer speed between on-prem/local can be a bit slow while uploading to EBS/EFS. Review collected by and hosted on G2.com.

Nidhi G.
NG
Software Engineer
Information Technology and Services
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
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.

Artur P.
AP
Deputy Director of IT department
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic
What do you like best about AWS Cloud Storage?

I am glad to welcome everyone who works and learns with the cool AWS platform. Not long ago I worked with colleagues on the YOM project - a trading platform similar to OLX (Ukraine). This is a dynamic site with a full backend and frontend, and I was faced with the task of choosing the right storage on AWS, I didn’t have a lot of time and I used Amazon S3 Standard . But after deployment and a more detailed study of storage types thanks to AWS Educate, I realized that there are much more productive and financially profitable solutions such as S3 Intelligent-Tiering, Amazon S3 Express One Zone, as well as many other types of storage for specific developer tasks.

I am very grateful to AWS Educate for the educational course AWS Educate: Getting started with storage. I recommend everyone to try it, I’m sure everyone will find many interesting courses to become a professional in working with AWS. Review collected by and hosted on G2.com.

What do you dislike about AWS Cloud Storage?

In order to effectively choose the right AWS storage from the business decisions and finance side, you need to study a lot of information Review collected by and hosted on G2.com.

Anilkumar R.
AR
Senior Software Engineer
Enterprise(> 1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: Organic Review from User Profile
What do you like best about Amazon Simple Queue Service (SQS)?

Simplicity, Manageability,Reliability and Scalability

Decoupling and Asynchronous Processing

Security

ease to use Review collected by and hosted on G2.com.

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

Limited Message Size,

Limited Visibility Timeout

Potential for Message Ordering Issues

Cost Considerations for High Throughput

Limited Lambda Integration Review collected by and hosted on G2.com.

Abhishek s.
AS
IT Technical Recruiter
Small-Business(50 or fewer emp.)
More Options
Validated Reviewer
Review source: G2 invite
Incentivized Review
Rating Updated ()
What do you like best about Amazon Simple Queue Service (SQS)?

it has No upfront costs,we do not have to need to manage software, and also there is no infrastructure maintenance taht is best about it and 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 restrictive for certain use cases.experience latency due to message processing.lack ofadvance filtering Review collected by and hosted on G2.com.

Parth  P.
PP
Full Stack Developer
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Amazon Simple Queue Service (SQS)?

Scalability - Eazyiy scales to handle surges in traffic without needing to provision resources manually

Cost-effective - The pay-as-you-go price model makes it economical for startups.

Flexibility - Choose FIFo for ordered processing or standard queues for parallel processing

Reliability - Messages are persistently stored and retired for delivery, ensuring message processing even if the system fails Review collected by and hosted on G2.com.

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

The size limit 256Kb is very low for some of the use cases. Latency is one of the problems in the case of the real-time use case. Unable to see the message on the queue and lack of advanced filtering. Review collected by and hosted on G2.com.

Devesh S.
DS
Assosiate Software Engineer
Computer Software
Mid-Market(51-1000 emp.)
More Options
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review
What do you like best about Amazon Simple Queue Service (SQS)?

AWS SQS is easy to use in our product. by using this service it saved the maximum time to execute the code. if some code runs in background mode without being dependent on API, so user can use SQS service in our product to increase the efficiency of the product. the SQS function runs when the SQS calls the particular lambda function or do you want to trigger our programming logic. Review collected by and hosted on G2.com.

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

Amazon SQS free version is limited if you are using SQS in more frequently in our product then you want to pay for this service. Review collected by and hosted on G2.com.