Amazon Simple Queue Service (SQS) vs. Azure Service Bus

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Amazon SQS
Score 7.9 out of 10
N/A
Amazon Web Services (AWS) Provides the Amazon Simple Queue Service (SQS), a managed message queue service which supports the safe decoupling and distribution of different components in a cloud infrastructure and cloud applications.
$0
per GB
Azure Service Bus
Score 7.4 out of 10
N/A
Microsoft offers Azure Service Bus as a reliable cloud messaging as a service (MaaS) and simple hybrid integration solution.N/A
Pricing
Amazon Simple Queue Service (SQS)Azure Service Bus
Editions & Modules
All Data Transfer In
$0.00
per GB
Standard Queue
$0.00000004
per request
FIFO Queue
$0.00000005
per request
No answers on this topic
Offerings
Pricing Offerings
Amazon SQSAzure Service Bus
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeOptional
Additional Details
More Pricing Information
Community Pulse
Amazon Simple Queue Service (SQS)Azure Service Bus
Considered Both Products
Amazon SQS
Chose Amazon SQS
Simple and quick implementation makes it a first go to service when not familiar with queue management. Handling of Dead messages in queue is helpful, as over time these messages stack up causing lots of unnecessary processing at listener end. Retry mechanism for failed …
Chose Amazon SQS
I wanted to select "RabbitMQ" instead of IBM Cloud Messages for RabbitMQ....
At first, we have some instances running RabbitMQ but SQS is a fully managed queuing service it was way more convenient to use it and get rid of RabbitMQ !
Chose Amazon SQS
To be blunt: Amazon SQS was the simplest to implement given our requirements. Other services in this space work just as well, and SQS does not have any benefits outside of being the easiest to implement when using an otherwise fully AWS stack. AWS itself even has other …
Chose Amazon SQS
The reason for the choice is due to maintenance needs and HIPPA compliance, as well as the great options under the AWS ecosystem, with very useful configurable parameters.
Chose Amazon SQS
The most comparable products are RabbitMQ, and perhaps ActiveMQ. Until recently, AWS did not offer a managed ActiveMQ product. Running RabbitMQ will never be to my team's competitive advantage; we wanted a managed service.
Chose Amazon SQS
Amazon SQS stacks up with the best of them as most of their products do. The only issue comparatively that I’ve had with this service, in particular, is the silently failing messages and then allocation of time to dedicate to debugging when the issue of why a message got stuck …
Azure Service Bus
Chose Azure Service Bus
RabbitMQ is simple and awesome... but so is Azure Service Bus. Both accomplish the same thing but in different environments. If you're building a cloud-native application - especially one that is serverless by design - Azure Service Bus is the only real choice in Azure. It …
Best Alternatives
Amazon Simple Queue Service (SQS)Azure Service Bus
Small Businesses

No answers on this topic

No answers on this topic

Medium-sized Companies
Apache Kafka
Apache Kafka
Score 7.7 out of 10
Anypoint Platform
Anypoint Platform
Score 7.8 out of 10
Enterprises
Apache Kafka
Apache Kafka
Score 7.7 out of 10
Anypoint Platform
Anypoint Platform
Score 7.8 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Amazon Simple Queue Service (SQS)Azure Service Bus
Likelihood to Recommend
7.1
(0 ratings)
8.0
(0 ratings)
Support Rating
10.0
(0 ratings)
-
(0 ratings)
User Testimonials
Amazon Simple Queue Service (SQS)Azure Service Bus
Likelihood to Recommend
While we use AmazonSimple Queue Service (SQS) in our serverless applications, it would be a great option to handle queue management for any internet-connect application. It provides the most benefit in situations where your application or service must maintain mission-critical queue of messages or jobs. If you're already using other AWS services you will find the greatest benefit.
Read full review
If you need a cloud-based service bus or a simple to use queue/topic/routing/pub-sub service, then Azure Service Bus is a very good choice at a reasonable price and performance. Typically on-premise we'd use RabbitMQ because it "just works", but if you're building a "cloud-first" application, then this is the one to go with. It's especially easy to integrate with if you're already embedded in the Microsoft ecosystem.
Read full review
Pros
  • SQS is reliable and fully managed. Our engineers do not have to worry about running RabbitMQ.
  • SQS is very inexpensive.
  • SQS allows data to be encrypted in transit, which may be required for compliance in some products.
  • FIFO queues provide exactly-once processing.
Read full review
  • Acting as a basic queuing service it works very well.
  • One of the best parts is that Azure Service Bus can work over HTTPS which helps in strict firewall situations. There is a performance hit if you choose to use HTTPS.
  • The routing capabilities are quite good when using topics and subscriptions. You can apply filters using a pseudo-SQL-like language though the correlation filters are quick and easy options.
  • Costs are very reasonable at low-ish volumes. If you're processing 10's of millions of messages a month... it may be a different story.
Read full review
Cons
  • More frequest polling will be expensive
  • No detailed monitoring of queues, just current data and regular monitoring is present
  • No way to fetch messages back from the queue
Read full review
  • The SqlFilter could be a little easier to use, but it's not terrible.
  • The performance while using HTTPS for the connection is a little slow compared to direct connections using AMQP ports.
  • There is a size limit to the message - unlike RMQ for instance, Azure Service Bus caps messages to 256kb on the standard tier.
Read full review
Support Rating
Online blogging and documentation for SQS is great. There are many examples of implementing it and if you look hard enough, more than likely there are examples that meet the exact case with which you are working
Read full review
No answers on this topic
Alternatives Considered
To be blunt: Amazon SQS was the simplest to implement given our requirements. Other services in this space work just as well, and SQS does not have any benefits outside of being the easiest to implement when using an otherwise fully AWS stack. AWS itself even has other solutions that would work just as well, however, SQS had the most reasonable pricing model for our given situation. That will certainly not always be the case, but in several of the instances where we are using it, it just made the most sense.
Read full review
RabbitMQ is simple and awesome... but so is Azure Service Bus. Both accomplish the same thing but in different environments. If you're building a cloud-native application - especially one that is serverless by design - Azure Service Bus is the only real choice in Azure. It works well, it's performance, and it's reasonably priced in the Standard tier. From our testing, RMQ is more performant, but it's hard to compare service-based implementations vs RMQ installed on VMs.
Read full review
Return on Investment
  • Under the AWS Echo system, it provides great operating power to the application.
  • The cost is much less for messages, and it also supports a multi-user option.
  • Not for us, but for a larger organization, low throughput might become an issue for a standard queue type.
Read full review
  • Compared to open-source free software like RMQ, Azure Service Bus does have some costs to it. But the cost is reasonable.
  • Also unlike RMQ, Azure Service Bus doesn't require you to stand up any hardware - so it's very easy to use and saves time/money from that perspective.
Read full review
ScreenShots