MuleSoft Anypoint Platform vs. RabbitMQ

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Anypoint Platform
Score 8.1 out of 10
N/A
The Anypoint Platform developed by MuleSoft and acquired by Salesforce in early 2018 is designed to connect apps, data, and devices anywhere, on-premises or in the cloud. This platform was built to offer out-of-the-box connectors as well as tools that architects and developers can adopt quickly to design, build and manage the entire lifecycle of their APIs, applications, and products.N/A
RabbitMQ
Score 8.4 out of 10
N/A
RabbitMQ, 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
MuleSoft Anypoint PlatformRabbitMQ
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Anypoint PlatformRabbitMQ
Free Trial
YesNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Features
MuleSoft Anypoint PlatformRabbitMQ
Cloud Data Integration
Comparison of Cloud Data Integration features of Product A and Product B
MuleSoft Anypoint Platform
8.6
10 Ratings
5% above category average
RabbitMQ
-
Ratings
Pre-built connectors8.810 Ratings00 Ratings
Connector modification8.510 Ratings00 Ratings
Support for real-time and batch integration8.510 Ratings00 Ratings
Data quality services8.310 Ratings00 Ratings
Data security features8.610 Ratings00 Ratings
Monitoring console9.010 Ratings00 Ratings
Best Alternatives
MuleSoft Anypoint PlatformRabbitMQ
Small Businesses
Make
Make
Score 9.2 out of 10

No answers on this topic

Medium-sized Companies
Zapier
Zapier
Score 8.9 out of 10
Apache Kafka
Apache Kafka
Score 8.4 out of 10
Enterprises
SAP Integration Suite
SAP Integration Suite
Score 8.7 out of 10
Apache Kafka
Apache Kafka
Score 8.4 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
MuleSoft Anypoint PlatformRabbitMQ
Likelihood to Recommend
9.1
(20 ratings)
9.5
(11 ratings)
Likelihood to Renew
9.0
(1 ratings)
-
(0 ratings)
Usability
8.0
(1 ratings)
8.0
(1 ratings)
Support Rating
6.8
(4 ratings)
6.5
(4 ratings)
User Testimonials
MuleSoft Anypoint PlatformRabbitMQ
Likelihood to Recommend
Salesforce
MuleSoft Anypoint Platform is best tool in the market for developing APIs with complex structures communicating with various different types of applications including web applications as well as legacy applications. Also applications including database connectivity for fetching and updating data in the DB tables. I cant think of any scenario which MuleSoft Anypoint Platform could not be used for developing the integrations.
Read full review
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.
Read full review
Pros
Salesforce
  • API Manager provides easy API Policy Governance. You do not have to manage multiple platforms for managing the policies.
  • Supports hybrid Mule EBS environments. You can configure both CouldHub-based and on-premise-based API using Mulesoft API manager in a similar manner.
  • It's very easy to implement API proxy.
  • User friendly UI.
  • Single platform to manage all.
Read full review
Open Source
  • What RabbitMQ does well is what it's advertised to do. It is good at providing lots of high volume, high availability queue. We've seen it handle upwards of 10 million messages in its queues, spread out over 200 queues before its publish/consume rates dipped. So yeah, it can definitely handle a lot of messages and a lot of queues. Depending on the size of the machine RabbitMQ is running on, I'm sure it can handle more.
  • Decent number of plugins! Want a plugin that gives you an interface to view all the queues and see their publish/consume rates? Yes, there's one for that. Want a plugin to "shovel" messages from one queue to another in an emergency? Check. Want a plugin that does extra logging for all the messages received? Got you covered!
  • Lots of configuration possibilities. We've tuned over 100 settings over the past year to get the performance and reliability just right. This could be a downside though--it's pretty confusing and some settings were hard to understand.
Read full review
Cons
Salesforce
  • Has more features than what we really need so we're paying for more than we use. Sort of like paying for an Abrams tank when all we really need is a Toyota Corolla.
  • Not a value product, tends to be expensive.
  • Takes a while for developers to learn to use Mulesoft Anypoint.
Read full review
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.
Read full review
Usability
Salesforce
simple and easy graphics and containers helps developers to write complex flows
Read full review
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.
Read full review
Support Rating
Salesforce
Anypoint Platform support is very responsive. There is also a huge knowledge base and an active online forum where answers to most questions can be found. When needed support engages the engineering group so adequate solutions or workarounds are always provided.
Read full review
Open Source
RabbitMQ is more software than service so there's no real customer service to speak of unless you go with a provider such as CloudAMQP. So I'll just speak on CloudAMQP. Their customer support is only okay: they only do it over email. They frequently gloss over our support tickets and half answer them without delving deeply or investigating our issues. Their response times are pretty reasonable though.
Read full review
Alternatives Considered
Salesforce
Once we have moved all of our system integration APIs to the MuleSoft Anypoint Platform, we will need to communicate with a wide variety of external systems. All of our business and service logic is stored in the aforementioned core systems. Anypoint Platform (and all of our APIs) makes it easy to connect to various other platforms. In order to link to these many other systems, connectors and/or components are utilized, and they are simple to configure and integrate.
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
Read full review
Return on Investment
Salesforce
  • Mulesoft can be used to provide an integration platform to a large number of systems like Salesforce, ODBC, JDBC, SAP, Mongo DB, etc.
  • An excellent option to develop microservices and real-time integrations.
  • Not as robust in handling large data volumes, Informatica is better in that respect.
Read full review
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.
Read full review
ScreenShots

Anypoint Platform Screenshots

Screenshot of Connect any endpoints using out-of-the-box connectors, dynamic connectivity to API specifications, or by building reusable connectors with Anypoint DevKit™.Screenshot of A reporting suite that provides a real-time view of API consumption trends and operational performance. Analytics provides insight into how your API is being used and informs forward-looking design decisions.Screenshot of A platform to engage with API developers and drive adoption. Share documentation, examples and manage developer access from a single platform.