Try our new research platform with insights from 80,000+ expert users
RahulSingh7 - PeerSpot reviewer
Senior Software Developer at a manufacturing company with 1,001-5,000 employees
Real User
Stable, useful interface, and scales well
Pros and Cons
  • "The most valuable feature of Amazon SQS is the interface."
  • "The initial setup of Amazon SQS is in the middle range of difficulty. You need to learn Amazon AWS and know how to navigate, create resources, and structures, and provide rules."

What is our primary use case?

We have recently started using Amazon SQS and we are in the R&D phase. We want to see how resilient the solution is. We use Amazon SQS for integration purposes between our different applications.

What is most valuable?

The most valuable feature of Amazon SQS is the interface.

For how long have I used the solution?

I have been using Amazon SQS for approximately 

What do I think about the stability of the solution?

Amazon SQS is stable from the usage that we have had so far.

Buyer's Guide
Amazon SQS
January 2025
Learn what your peers think about Amazon SQS. Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
829,634 professionals have used our research since 2012.

What do I think about the scalability of the solution?

The scalability of the solution is good. We can scale it to different regions and deploy it within Amazon AWS.

How are customer service and support?

I have not used the support from Amazon SQS.

Which solution did I use previously and why did I switch?

We previously were using ActiveMQ and we had to manage it manually on our on-premise server.  We have seen that a lot of times the messaging queuing service stopped responding or we had to restart the server or the services themselves on the server. This is the reason we are switching to Amazon SQS.

Amazon SQS is well integrated with Amazon AWS which is helpful if it is needed to be scaled. ActiveMQ is open-source and free to use but it is not resilient or dependable. It stops working at times and you have to manage the server yourself. Amazon SQS is serverless, you don't have to manage the server, you only have to manage the permissions.

How was the initial setup?

The initial setup of Amazon SQS is in the middle range of difficulty. You need to learn Amazon AWS and know how to navigate, create resources, and structures, and provide rules.

What's my experience with pricing, setup cost, and licensing?

The pricing of Amazon SQS is reasonable. The first million requests are free every month, and after, it's cost 40 cents for every million requests. There are not any additional fees.

What other advice do I have?

This is a free-to-use solution for somebody who wants to do 1 million requests, and this is sufficient for any application at a small organization. It's cost-effective, reliable, and easily scalable.

I rate Amazon SQS an eight out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
ARIFULLA Ulla - PeerSpot reviewer
Solutions Architect at Sonata\TUI
Real User
Top 20
Offers visibility timeout feature, easy to implement and offers the ability to trigger actions based on real-time changes
Pros and Cons
  • "We use SNS as the publisher, and our procurement service subscribes to those events using SQS. In the past, we relied on time-based or batch-based processes to send data between services on-premises. With SQS, we can trigger actions based on real-time changes in business processes, improving reliability."
  • "The current visibility timeout of five minutes is okay. However, I'd like to explore the possibility of extending it for specific use cases."

What is our primary use case?

We use it for event-driven messaging and workflows.

How has it helped my organization?

We use SNS as the publisher, and our procurement service subscribes to those events using SQS.

In the past, we relied on time-based or batch-based processes to send data between services on-premises. With SQS, we can trigger actions based on real-time changes in business processes, improving reliability.

Moreover, SQS can grow with our needs.

SQS message delay feature and redundant retention policies helped us to avoid replaying events due to errors and ensure our messages are processed reliably.

We use CloudWatch for monitoring.

What is most valuable?

It's easy to implement and cost-effective.

The visibility timeout feature is very nice. We use the visibility timeout in our internal processes to ensure that if a message fails to process, it becomes available for other consumers after a set period.

What needs improvement?

The current visibility timeout of five minutes is okay. However, I'd like to explore the possibility of extending it for specific use cases.

For how long have I used the solution?

I have been using it for five to six years now. We (my company) use SQS quite extensively, and it has been quite a good service till now.

What do I think about the stability of the solution?

It is a stable product.

What do I think about the scalability of the solution?

It is a scalable product. We can handle 10,000 events easily. 

We have a lot of end users using it in my company. We have around 2,000 end users using it. We have multiple locations. 

Which solution did I use previously and why did I switch?

I have used RabbitMQ. 

How was the initial setup?

The initial setup is very straightforward. It's a simple checkbox-kinda process. 

It is not difficult to maintain it. It is very easy. Overall, it is a very straightforward solution. 

What was our ROI?

It does a very good job. The cost was the main issue for us.

What's my experience with pricing, setup cost, and licensing?

It's quite expensive. 

What other advice do I have?

It's a great solution. I would recommend using it. 

Overall, I would rate the solution a nine out of ten. I've used it, and it seems to be a solid solution.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
PeerSpot user
Buyer's Guide
Amazon SQS
January 2025
Learn what your peers think about Amazon SQS. Get advice and tips from experienced pros sharing their opinions. Updated: January 2025.
829,634 professionals have used our research since 2012.
Rahul Siddu - PeerSpot reviewer
SDE at Readyly
Real User
Top 5Leaderboard
Inability to send the same message to multiple recipients simultaneously
Pros and Cons
  • "One of the useful features is the ability to schedule a call after a certain number of messages accumulate in the container. For example, if there are ten messages in the container, you can perform a specific action."
  • "I cannot send a message to multiple people simultaneously. It can only be sent to one recipient."

What is our primary use case?

Amazon SQS is basically a queue service. Each message is treated as an event and added to a container. When a message needs to be processed, a trigger can be set.

What is most valuable?

One of the useful features is the ability to schedule a call after a certain number of messages accumulate in the container. For example, if there are ten messages in the container, you can perform a specific action.

What needs improvement?

Recently, I encountered an issue where I couldn't send a message to multiple recipients. If two subscribers are subscribed to the same channel, the message can only be sent to either one of them, not both. I believe this is an area that needs improvement.

So, I cannot send a message to multiple people simultaneously. It can only be sent to one recipient.

For how long have I used the solution?

I've been using Amazon SQS for about six months.

What do I think about the stability of the solution?

Amazon SQS is not very stable. 

It does not that stable because you can't deliver the same message to two people; how can you add that feature on the AWS. So we have the option to add multiple subscribers to the same message, but it's not delivering this message to all the people at the same instant.

What do I think about the scalability of the solution?

Amazon SQS is a scalable product. There are 30 people using Amazon SQS in our company.

How was the initial setup?

Amazon SQS was easy to set up.

What other advice do I have?

If you only have one job to run, I would recommend using it. However, if you need to handle multiple jobs, I would not recommend it.

Overall, I would rate the solution a five out of ten. Since it doesn't support sending the same message to multiple subscribers, it lacks usefulness in certain cases.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Data & Analytics Architect at BM&FBOVESPA SA Bolsa de Valores Mercadorias e Futu
Real User
Top 5
Triggers events in various cloud environments and provides integration with AWS KMS
Pros and Cons
  • "With SQS, we can trigger events in various cloud environments. It offers numerous benefits for us."
  • "Sometimes, we have to switch to another component similar to SQS because the patching tool for SQS is relatively slow for us."

What is our primary use case?

Generally, we use it for asynchronous communication. We have actively utilized it for the past three years. Basically, we use it to exchange events and messages when we need communication and integration in our architecture.

How has it helped my organization?

Amazon SQS has provided us with a better experience, better performance, and better communication in our scenario. It is a valuable tool for our needs.

What is most valuable?

There are many valuable features, such as resuming messages, high performance, first-in-first-out (FIFO) capability, message grouping, and integration with AWS Key Management Service (KMS). With SQS, we can trigger events in various cloud environments. It offers numerous benefits for us.

What needs improvement?

There is room for improvement in the performance system.  Sometimes, we have to switch to another component similar to SQS because the patching tool for SQS is relatively slow for us. 

Recently, we had a necessity for encryption and a stronger security strategy. We faced difficulties in providing this with scalability. So, I'm not sure about the specific feature. There are good and new features related to security, secret chaining, and threat security that can be improved in the future for our clients and close customers.

For how long have I used the solution?

I have been using Amazon SQS for more than three years. I use the latest version. 

What do I think about the stability of the solution?

It's very stable.

What do I think about the scalability of the solution?

Amazon SQS is a scalable solution. We have specific needs for this product currently. Generally, we are working with big data size, and Amazon SQS provides stability and the necessary features for our data reports.

So, in the future, we will continue using it in our factory and as part of our in-house solution.

How are customer service and support?

The technical support is very good. We have an enterprise support model, so when we raise a ticket, we receive feedback within one hour and thirty minutes.

What was our ROI?

It is worth the investment. Generally, it's more expensive. For example, in the cloud, the initial setup may be more expensive in size and investment, but the returns are better for us. 

But, it depends on the specific case, you know, like starting small and configuring the services according to your needs. It's better for us in the cloud but varies depending on the situation.

What's my experience with pricing, setup cost, and licensing?

The pricing model is pay-as-you-use. It depends on your usage and configuration. But generally, it's better. The cost benefits are better for us.

What other advice do I have?

I would definitely recommend using the solution. Overall, I would rate the solution a nine out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Rewa Kale - PeerSpot reviewer
Senior Python Developer at Hitachi Data Systems
Real User
Top 5
Enhances notification management with faster indexing but has occasional delays
Pros and Cons
  • "Amazon SQS provides faster search through indexing via OpenSearch."
  • "Packages sometimes have delays in dropping, indicating reliability issues."

What is our primary use case?

I use Amazon SQS for notification services.

How has it helped my organization?

It allows for easier management of notifications as it serves as a listener with various protocols like HTTPS.

What is most valuable?

Amazon SQS provides faster search through indexing via OpenSearch.

What needs improvement?

Packages sometimes have delays in dropping, indicating reliability issues.

For how long have I used the solution?

I have been using it whenever a notification service was needed, which is approximately six and a half years.

What do I think about the stability of the solution?

There are occasional reliability issues where packages are delayed.

What do I think about the scalability of the solution?

There is a need for better congestion tools, and Kafka is suggested as an alternative in the market today.

How are customer service and support?

I have never contacted their support team.

How would you rate customer service and support?

Neutral

What about the implementation team?

I was a developer, so we never contacted the support team directly.

What's my experience with pricing, setup cost, and licensing?

I don't know about pricing.

Which other solutions did I evaluate?

Kafka is used a lot in the market today for notification services.

What other advice do I have?

AWS subscription includes the deployment of the tool along with other services, making it comprehensive under one device.

I'd rate the solution seven out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
PeerSpot user
Director at a tech vendor with 10,001+ employees
Real User
Simple to use and set up with good integration capabilities
Pros and Cons
  • "I am able to find out what's going on very easily."
  • "It would be easier to have a dashboard that allows us to see everything and manage everything since we have so many queues."

What is our primary use case?

It's a streaming application. For example, it is basically an autonomous vehicle solution for the case management side. It gives alerts and we have devices that will connect to IoT and the other service processes to provide data and then put it in a queue. 

What is most valuable?

The solution is simple to use. I like it. I don't need to do too many things. However, it is basically dependent on the vendor configuration.

It can really integrate with any other telemetry angle. It can integrate with CloudWatch and CloudWatch is configured with AWS. 

I am able to find out what's going on very easily.

The initial setup was easy.

What needs improvement?

Their telemetry could be better. Whene we see something going wrong, we need to find out the telemetry separately. That's fine if it's just one case, however, if we have 100 services and have many queues to manage and you need to understand what's going on in your system, there are not enough tools that are available. We have to move all data and then go through a service vendor. It would be easier to have a dashboard that allows us to see everything and manage everything since we have so many queues. We need to have more power to observe all that's happening. We need to rely on plugins to assist. 

The solution needs to be more of an all-in-one solution.

For how long have I used the solution?

I've used the solution for the last three years. 

What do I think about the stability of the solution?

While the solution is stable, based on my long stint in IT my experience is that anything can be improved.

What do I think about the scalability of the solution?

The solution can scale. However, you need to find your requirements to see what is being consumed or reduced to see if there are limitations you can address via configuration. 

We have 300 people using the solution. We use it daily. It is integrated with part of our overall solution.

How are customer service and support?

The support hasn't been ideal. It could be better. They need better response times. Also, sometimes we deal with people who are not extremely knowledgeable. However, it is case by case. They are not consistent. There are other cloud providers that ultimately offer better services. 

How would you rate customer service and support?

Neutral

How was the initial setup?

The solution is easy to implement. I'd rate it a four out of five in terms of the ease of setup. 

What about the implementation team?

The setup was handled in-house. We didn't need any outside support. We have our own team that can handle it. 

What's my experience with pricing, setup cost, and licensing?

A separate team handles licensing. I can't speak to any pricing. However, my understanding is that the solution is moderately priced. It's rather competitive. 

What other advice do I have?

We are a customer and an end-user. 

I'd rate the solution eight out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
SAP Integration Architect
Real User
Top 5
A stable and scalable service with simple setup
Pros and Cons
  • "We use the tool in interface integrations."
  • "The tool needs improvement in user-friendliness and discoverability."

What is our primary use case?

We use the service in cloud-native event-driven integrations.

What needs improvement?

The service needs more user-friendly discoverability for self-service scenarios.

What do I think about the stability of the solution?

The product is stable.

What do I think about the scalability of the solution?

I would rate the tool's scalability an eight out of ten.

How was the initial setup?

The product's setup is simple. We can speed up the deployment and complete it in a few minutes if we have an AWS contract. 

What other advice do I have?

I would rate the product a nine out of ten. If you are using the AWS platform, then you will find a lot of use cases for the solution.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
reviewer2067609 - PeerSpot reviewer
Senior IT Architect (Architecture and Solutions Unit) at a tech services company with 1,001-5,000 employees
Real User
Top 20
User-friendly, integrates well, but overall functionality could improve
Pros and Cons
  • "I appreciate that Amazon SQS is fully integrated with Amazon and can be accessed through normal functions or serverless functions, making it very user-friendly. Additionally, the features are comparable to those of other solutions."
  • "As a company that uses IBM solutions, it's difficult to compare Amazon SQS to other solutions. We have been using IBM solutions for a long time and they are very mature in integration and queuing. In my role as an integration manager, I can say that Amazon SQS is designed primarily for use within the Amazon ecosystem and does not have the same level of functionality as IBM MQ or other similar products. It has limited connectivity options and does not easily integrate with legacy systems."

What is our primary use case?

As an IT company, we develop various solutions and products for our clients. This particular item is utilized as a component of a comprehensive solution for specific customer needs across various industries.

Amazon SQS is not a complex solution, we mainly use it for its primary purpose. It's an integral part of our application's workflow.

What is most valuable?

I appreciate that Amazon SQS is fully integrated with Amazon and can be accessed through normal functions or serverless functions, making it very user-friendly. Additionally, the features are comparable to those of other solutions.

What needs improvement?

As a company that uses IBM solutions, it's difficult to compare Amazon SQS to other solutions. We have been using IBM solutions for a long time and they are very mature in integration and queuing. In my role as an integration manager, I can say that Amazon SQS is designed primarily for use within the Amazon ecosystem and does not have the same level of functionality as IBM MQ or other similar products. It has limited connectivity options and does not easily integrate with legacy systems.

For how long have I used the solution?

I have been using Amazon SQS for approximately two years.

What do I think about the stability of the solution?

Amazon SQS is stable.

I rate the stability of Amazon SQS a nine out of ten.

What do I think about the scalability of the solution?

Amazon SQS is scalable. It is not suitable for many use cases. It is suitable for cloud applications but it's not suitable for on-premises or hybrid.

I rate the scalability of Amazon SQS a seven out of ten.

How are customer service and support?

The components are simple in Amazon SQS. The components are not complex to need support. I did not use the support.

What other advice do I have?

I rate Amazon SQS a six out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer: Partner / Integrator
PeerSpot user
Buyer's Guide
Download our free Amazon SQS Report and get advice and tips from experienced pros sharing their opinions.
Updated: January 2025
Product Categories
Message Queue (MQ) Software
Buyer's Guide
Download our free Amazon SQS Report and get advice and tips from experienced pros sharing their opinions.