TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Amazon SQS

    Score7.8 out of 10
    N/AAmazon 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

    RabbitMQ

    Score7.7 out of 10
    N/ARabbitMQ, an open source message broker, is part of Pivotal Software, a VMware company acquired in 2019, and supports message queue, multiple messaging protocols, and more. RabbitMQ is available open source, however VMware also offers a range of commercial services for RabbitMQ; these are available as part of the Pivotal App Suite.N/A
    Pricing
    Amazon SQSRabbitMQ
    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 SQSRabbitMQ
    Free Trial
    NoNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details
    More Pricing Information
    Community Pulse
    Amazon SQSRabbitMQ
    Considered Both Products
    Amazon AWS
    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 !
    Incentivized
    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.
    Incentivized
    Open Source
    Chose RabbitMQ
    It is very easy to use as it has a simple function to connect and use RabbitMQ.
    It is having Fast Learning curve, Any newbies can learn it in a week or month. It is having proper documentation, we are able to find all the details about its functionality and usage of it.
    The …
    Incentivized
    Chose RabbitMQ
    For basic use cases, SQS is way easy to deploy and maintain compared to RabbitMQ. RabbitMQ can cover a lot more use-cases but actually, we did not face specific scenarios that make it necessary to come back to RabbitMQ.
    Incentivized
    Key User Insights
    Would buy again
    No answers on this topic
    90%
    Would buy again
    9 Answers
    Delivers good value for the price
    No answers on this topic
    100%
    Delivers good value for the price
    10 Answers
    Happy with the feature set
    No answers on this topic
    90%
    Happy with the feature set
    9 Answers
    Lived up to sales and marketing promises
    No answers on this topic
    100%
    Lived up to sales and marketing promises
    6 Answers
    Implementation went as expected
    No answers on this topic
    100%
    Implementation went as expected
    10 Answers
    TrustRadius Insights
    Amazon SQSRabbitMQ
    Highlights

    TrustRadius
    Research Team Insight
    Published

    Amazon SQS and RabbitMQ are both message queue software that allow for asynchronous communication between IT systems.  Amazon SQS is a pseudo queue that ensures messages are delivered from one system to another, though not necessarily in an ordered manner.  In contrast, RabbitMQ is a traditional message broker where messages are delivered in a first in, first out order, ensuring that messages are read in the same order they are sent. Both tools are popular with businesses of all sizes. 

    Features

    Amazon SQS and RabbitMQ both serve as message queues, but they also have some standout features that set them apart from each other. 

    One advantage of Amazon SQS is that it has built in compliance features, so businesses that need to comply with HIPAA, for example, will have little difficulty with Amazon SQS.  Scalability and availability are also generally nonissues with Amazon SQS since it is built into AWS.  Amazon SQS also boasts high reliability and security, so businesses using AWS can rely on Amazon SQS to secure and deliver messages with a high level of consistency.  All in all, Amazon SQS is a strong, low effort choice for businesses using AWS.

    RabbitMQ provides FIFO queues in all regions, so for businesses where message order is essential, RabbitMQ is a strong choice.  Additionally, RabbitMQ is open-source, lightweight, and flexible.  Businesses will almost always be able to fit RabbitMQ into their IT infrastructure whether they want to deploy it on premise or on the cloud.  For businesses looking for a lightweight, high speed message broker, RabbitMQ is a great solution. 

    Limitations

    Amazon SQS and RabbitMQ both help systems communicate with each other, but they also have some limitations that are important to consider.

    Amazon SQS only offers FIFO queues in certain regions, so if your business isn’t in one of those regions and message order is important, other options should be considered.  Additionally, Amazon SQS is inflexible in its implementation, it is a cloud tool that works well with AWS.  For businesses looking for a more customizable, or on premise implementation, RabbitMQ may be preferred.

    RabbitMQ is lightweight and high speed, but it doesn’t offer easy scalability compared to Amazon SQS, where scalability is built into AWS.  Additionally, while RabbitMQ is capable of many different types of implementations, it is more difficult to set up compared to Amazon SQS, so businesses with limited technical resources may need support.  Additionally, RabbitMQ doesn’t include features for meeting compliance standards out of the box.  For businesses that want a simple to implement, cloud based message queue, Amazon SQS may be a better choice. 

    Pricing

    Amazon SQS pricing scales automatically depending on the number of requests made.  The first million requests per month are free, after which every million requests costs $0.40.

    RabbitMQ is an open-source software, meaning the source code is available online for free. Vendors offer support for RabbitMQ, ranging from implementation to ongoing maintenance. Quotes are available from the vendor for RabbitMQ support. 

    User Ratings
    Amazon SQSRabbitMQ
    Likelihood to Recommend
    7.1
    (7 ratings)
    9.9
    (11 ratings)
    Usability
    -
    (0 ratings)
    8.0
    (1 ratings)
    Support Rating
    10.0
    (2 ratings)
    6.5
    (4 ratings)
    User Testimonials
    Amazon SQSRabbitMQ
    Likelihood to Recommend
    Amazon AWS
    No answers on this topic
    Open Source
    It is highly recommended that if you have microservices architecture and if you want to solve 2 phase commit issue, you should use RabbitMQ for communication between microservices. It is a quick and reliable mode of communication between microservices. It is also helpful if you want to implement a job and worker mechanism. You can push the jobs into RabbitMQ and that will be sent to the consumer. It is highly reliable so you won't miss any jobs and you can also implement a retry of jobs with the dead letter queue feature. It will be also helpful in time-consuming API. You can put time-consuming items into a queue so they will be processed later and your API will be quick.
    Incentivized
    Read full review
    Pros
    Amazon AWS
    No answers on this topic
    Open Source
    No answers on this topic
    Cons
    Amazon AWS
    No answers on this topic
    Open Source
    • It breaks communication if we don't acknowledge early. In some cases our work items are time consuming that will take a time and in that scenario we are getting errors that RabbitMQ broke the channel. It will be good if RabbitMQ provides two acknowledgements, one is for that it has been received at client side and second ack is client is completed the processing part.
    Incentivized
    Read full review
    Usability
    Amazon AWS
    No answers on this topic
    Open Source
    RabbitMQ is very usable if you are a programmer or DevOps engineer. You can setup and configure a messaging system without any programmatic knowledge either through an admin console plugin or through a command-line interface. It's very easy to spin up additional consumers when volume is heavy and it's very easy to manage those consumers either through automated scripting or through their admin console. Because it's language agnostic it integrates with any system supporting AMQP.
    Incentivized
    Read full review
    Support Rating
    Amazon AWS
    No answers on this topic
    Open Source
    No answers on this topic
    Alternatives Considered
    Amazon AWS
    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.
    Incentivized
    Read full review
    Open Source
    RabbitMQ has a few advantages over Azure Service Bus 1) RMQ handles substantially larger files - ASB tops out at 100MB, we use RabbitMQfor files over 200MB 2) RabbitMQ can be easily setup on prem - Azure Service Bus is cloud only 3) RabbitMQ exchanges are easier to configure over ASB subscriptions ASB has a few advantages too 1) Cloud based - just a few mouse clicks and you're up and running
    Incentivized
    Read full review
    Return on Investment
    Amazon AWS
    No answers on this topic
    Open Source
    • Earlier we had a problem with missing work items with our own implementation but later using RabbitMQ is solved a problem. Now our job processing mechanism is highly reliable.
    • We also had a problem with scaling, processing 1k work items per second. RabbitMQ helped us to scale well with increasing work items.
    Incentivized
    Read full review
    ScreenShots