We use VMware RabbitMQ to transfer information from one point to another.
Executive RPA Developer at a tech services company with 10,001+ employees
Helps to transfer information from one point to another
Pros and Cons
- "We use VMware RabbitMQ to transfer information from one point to another."
- "VMware RabbitMQ needs to create a new queue system."
What is our primary use case?
What needs improvement?
VMware RabbitMQ needs to create a new queue system.
For how long have I used the solution?
I have been using the solution for one and a year.
What do I think about the scalability of the solution?
My company has 10-15 users for VMware RabbitMQ.
Buyer's Guide
VMware Tanzu Data Solutions
April 2026
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: April 2026.
893,244 professionals have used our research since 2012.
How was the initial setup?
VMware RabbitMQ's installation is easy. However, it doesn't come with any manuals.
What other advice do I have?
You should use the solution if you want to store your details in the queue and start taking inputs from the queue. I rate it a nine out of ten.
Disclosure: My company has a business relationship with this vendor other than being a customer.
Consultant at a government with 10,001+ employees
Outstanding performance and excellent value for money
Pros and Cons
- "Tanzu Greenplum's most valuable features include the integration of modern data science approaches across an MPP platform."
- "Tanzu Greenplum's compression for GPText could be made more efficient."
What is most valuable?
Tanzu Greenplum's most valuable features include: the integration of modern data science approaches across an MPP platform, including the ability to massively denormalize data and spread it across your MPP segments; the ability to index data and make it searchable, which significantly reduces the need for ETL; its fast performance. Tanzu Greenplum is also very active in providing additional functionalities and software when needed, like GPText indexing of JSON events.
What needs improvement?
Tanzu Greenplum's compression for GPText could be made more efficient.
For how long have I used the solution?
I've been using Tanzu Greenplum for eight years.
What do I think about the stability of the solution?
Tanzu Greenplum's overall performance is outstanding.
What do I think about the scalability of the solution?
Tanzu Greenplum is highly scalable.
How are customer service and support?
VMware's technical support is probably the best I've seen.
How was the initial setup?
The initial setup was very easy.
What's my experience with pricing, setup cost, and licensing?
Tanzu Greenplum's pricing is really competitive and gives excellent value for money. I'd say that the benefits of orchestrated deployment and the features of GPText make the licensed version worth it.
What other advice do I have?
When considering implementing Tanzu Greenplum, I recommend viewing it as a massive lakehouse, not just a data warehouse. I would rate Tanzu Greenplum ten out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
VMware Tanzu Data Solutions
April 2026
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: April 2026.
893,244 professionals have used our research since 2012.
Independent Technology Consultant - Financial Softwares at a tech services company with 51-200 employees
Flexible with good performance, but there are some security concerns
Pros and Cons
- "It is easy to use. The addition of more queues and more services can be managed very easily."
- "RabbitMQ is configurable and quite flexible, with fast and reliable performance, and it is easy to use so the addition of more queues and more services can be managed very easily."
- "There are some security concerns that have been raised with this product."
- "There are some security concerns that have been raised with this product."
What is our primary use case?
The use case involves the transferring of messages between services. It includes asynchronous messaging and I also need messages flowing to multiple microservices. In this case, it's basically a fan-out mechanism.
What is most valuable?
RabbitMQ is configurable and quite flexible.
The performance is fast and reliable.
It is easy to use. The addition of more queues and more services can be managed very easily.
What needs improvement?
There are some security concerns that have been raised with this product.
The configuration works with a config file, where all of the controls, including that of the administrator and user access, are stored there. The security isn't very stringent or very elaborate.
What do I think about the stability of the solution?
RabbitMQ is a stable solution.
What do I think about the scalability of the solution?
This is a scalable product. There are six or seven services that are connected and using it.
How are customer service and support?
I have not been involved with anything that necessitated contacting the support team.
Which solution did I use previously and why did I switch?
Previously, we were using MSMQ, which is the Microsoft Message Queuing service. However, with the new version of .NET 4, support for MSMQ was no longer available. We could no longer get the libraries. As a result, we had to switch to a different queue mechanism.
I have also used Azure Queue.
How was the initial setup?
The initial deployment was quite easy. It took less than half an hour to get it up and running.
What about the implementation team?
I deployed it myself.
What's my experience with pricing, setup cost, and licensing?
The pricing for RabbitMQ is reasonable. It is worth the cost.
Which other solutions did I evaluate?
We researched ZeroMQ, RabbitMQ, and Kafka. We found that Kafka was a bit of an overkill because our requirements were quite simple. RabbitMQ was pretty easy to set up, which is why we chose it.
What other advice do I have?
My advice for anybody who is implementing this product is to establish your users and exchanges properly.
In general, I'm quite comfortable with RabbitMQ. It satisfies my requirements and the main complaint I have is about the security.
I would rate this solution a seven out of ten.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
CTO, CIO, Chief Architect at a tech services company with 11-50 employees
Beneficial features, simple install, highly scalable, and simple "pub/sub" model.
Pros and Cons
- "Some of the most valuable features are publish and subscribe, fanout, and queues."
- "RabbitMQ is perfect for publish and subscribe; it does an awesome job at fanout, perfect for CQRS, and messages are delivered to all subscribers with almost no additional latency."
- "They should improve on the ability to scale your queues in a very simple and elegant way with the same power that they have would be great."
- "If it had a failure queue with robust delivery and recovery built-in with the same power, that would be great."
What is our primary use case?
We use the solution on our SaaS platform to speedup and simplify customer access across services.
What is most valuable?
Some of the most valuable features are “publish and subscribe”, fanout queueing, and scalability.
We have a number of different use cases in our scenario. A key one is “publish and subscribe”. We have spent the last year breaking up a large monolithic application into microservices and each microservice has to subscribe to different events for the purpose of CQRS and other kinds of updates. RabbitMQ is perfect for “publish and subscribe”. It does an awesome job at fanout, perfect for CQRS, messages are delivered to all subscribers with almost no additional latency.
What needs improvement?
RabbitMQ provides the ability to scale queues in a very simple and elegant way. If it had a “failure queue” with robust delivery and recovery built-in with the same power, that would be great. We use a completely different queuing system for failures. So there is a little more effort to take messages in a failure queue, analyze them, figure out what went wrong and then restart them in Rabbit. It is doable, and we do it, but if we had a round trip solution in Rabbit, that would be awesome.
For me, having a robust failure queue, is high on the list of improvements needed in the near future. This is an important update needed because right now we are using Doctrine for our failure queue. Doctrine does a great job.
For how long have I used the solution?
I have been using the solution in the past year.
What do I think about the scalability of the solution?
Rabbit is a very scalable solution. We could easily queue 50,000 messages in less than a minute. The first day we introduced Rabbit to replace another queueing system that we were using, there was disbelief on the part of the product team because the response was so fast. We need tens of thousands of messages queued in a short period of time, approximately one minute. For example, one user action could spawn 65,000 messages. We also need the ability to segregate different queues. This solution did a great job.
How was the initial setup?
The installation is very simple and elegant, and we love the graphics. It lets us see exactly what is happening with the ability to start the queue, stop the queue, consume messages on the queue. This is a huge help.
What about the implementation team?
We design, develop and deploy the solution ourselves.
Which other solutions did I evaluate?
We are also evaluating Apache Kafka. Our process is very disciplined. We look at the analytics, the abstraction, the architecture relative to our technical architecture, we ask ourselves questions about the use case, which is better for use A or B. Kafka is not as simple for “publish and subscribe”. You can do it, but not the best fit for us. However as a queueing system, Kafka is great. The records are stored on the queue in the order they are received, However, you can easily search by topic no matter how large the list. Important if you keep track of everything.
What other advice do I have?
There are many different use cases for each technology, as well as many approaches. So have the architecture team graph and document every solution. Have a few training days to clarify the goal, the solution and the implementation. One of the things we do in our training is to actually create prototypes, the abstract model of our ideal state. This demonstrates exactly what we all need to do. Developers understand more quickly with a model. It flattens their learning curve and they are more productive more quickly.
I rate VMware RabbitMQ a ten out of ten.
Which deployment model are you using for this solution?
Hybrid Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Solutions Engineer at VST-ECS Philippines Inc.
Allows you to benefit from the contributions of a vibrant community of developers
Pros and Cons
- "It's super easy to deploy and it also supports different languages and analytics."
- "I would definitely recommend VMware Tanzu Greenplum; it's open-source and the support is great, and it's also relatively cheap compared to similar solutions."
- "They should add more analytics. Their documentation could also be improved so that I don't have to bother my co-workers and tech support so often."
- "They should add more analytics. Their documentation could also be improved so that I don't have to bother my co-workers and tech support so often."
What is most valuable?
It's super easy to deploy and it also supports different languages and analytics.
What needs improvement?
As of now, I honestly don't see any room for improvement. I am very happy with this solution, It's helped me a lot.
They should add more analytics. Their documentation could also be improved so that I don't have to bother my coworkers and tech support so often.
They should advertise more and make it easier for consumers to leave feedback. That way, customers could read the reviews and decide if it's the right solution for them and their needs.
For how long have I used the solution?
I have been using VMware Tanzu Greenplum for roughly one year.
What do I think about the scalability of the solution?
VMware Tanzu Greenplum is both scalable and stable.
How are customer service and technical support?
Their technical support is great.
How was the initial setup?
The initial setup is very easy. Deployment took us roughly one or two days.
What other advice do I have?
I would definitely recommend VMware Tanzu Greenplum. It's open-source and the support is great. It's also relatively cheap compared to similar solutions.
Overall, on a scale from one to ten, I would give this solution a rating of ten — I really like it.
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
Technical Lead at Interface Fintech Ltd
Fairly secured, quite robust, and stable but their support is lacking
Pros and Cons
- "The security is great."
- "The security is great, and apart from needing to rely on the developer community for support, I think it's fairly secured, quite robust, and stable so far."
- "Their implementation is quite tricky. It's not that easy to implement RabbitMQ as a cluster."
- "Their implementation is quite tricky. It's not that easy to implement RabbitMQ as a cluster."
What is most valuable?
The security is great. The interface is nothing special. The support hasn't been that great. You need to go online yourself, to the developer community for support. But apart from that, I think it's fairly secured, quite robust, and stable so far.
What needs improvement?
Their implementation is quite tricky. It's not that easy to implement RabbitMQ as a cluster. It would be great if they could improve that.
For how long have I used the solution?
I have been using RabbitMQ for three years.
What do I think about the stability of the solution?
It's quite stable.
What do I think about the scalability of the solution?
It is very scalable. I have a team of 10 developers who are using it and I have some of our clients using it in our Cloud cluster. We have about 10 banks running on the platform now.
How are customer service and technical support?
I would rate their support as a five out of ten. It has room for major improvement.
How was the initial setup?
The initial setup is quite straightforward. It can be done within a few hours.
What other advice do I have?
I would recommend it, but I think there should be a proof of concept for the developer team to get their hands around it and have full control of it before they go into production.
I would rate RabbitMQ a seven out of ten.
In the next release, I would like for them to improve the UI.
Which deployment model are you using for this solution?
Hybrid Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Consultant/Architect with 51-200 employees
Feature-rich solution but the setup is complex
Pros and Cons
- "Pivotal Greenplum's shared-nothing architecture."
- "I prefer an open-source solution but Pivotal Greenplum is cheap and has many functionalities."
- "Initial setup is a little complex. It took around two weeks to deploy."
- "Initial setup is a little complex. It took around two weeks to deploy."
What is our primary use case?
Our primary use case is for telecom customers.
What is most valuable?
In terms of most valuable features, I'd say Pivotal Greenplum's shared-nothing architecture.
What needs improvement?
I'd like to see a bridge between Greenplum and Hadoop.
What do I think about the stability of the solution?
We didn't have any issues yet with stability.
What do I think about the scalability of the solution?
In terms of scalability, I just have one master and two segment hosts.
How was the initial setup?
Initial setup is a little complex. It took around two weeks to deploy.
What other advice do I have?
I prefer an open-source solution but Pivotal Greenplum is cheap and has many functionalities.
On a scale of 1 -10 I'd rate it a 6.
Which deployment model are you using for this solution?
On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Java Programmer at Netcompany
Has the ability to utilize plugins to view the performance of the whole service on one network
Pros and Cons
- "The solution has really cool features to use. Its management console is excellent. You can utilize plugins to view the performance of the whole service on one network."
- "The solution has really cool features to use, its management console is excellent, and you can utilize plugins to view the performance of the whole service on one network."
- "I was struggling with installing a few things. It would be good if was somewhat similar to RedHat. There should be more documentation regarding installation troubleshooting."
- "I was struggling with installing a few things. There should be more documentation regarding installation troubleshooting."
What is our primary use case?
I primarily use the solution for research purposes. I've utilized it for my academic studies for comparing HTTPS protocols. RabbitMQ supported the protocols I needed and I've read also that it's one of the most commonly used broker services.
What is most valuable?
The solution has really cool features to use. Its management console is excellent. You can utilize plugins to view the performance of the whole service on one network. It's wonderful. I really like it.
What needs improvement?
I was struggling with installing a few things. It would be good if was somewhat similar to RedHat. There should be more documentation regarding installation troubleshooting.
It's pretty straightforward, the setup, but it would be useful to know what to do if you do face certain challenges. Right now, without more in-depth documentation, it's unclear.
For how long have I used the solution?
I've been using the solution for about one or two months. It's rather new to me.
What do I think about the stability of the solution?
The solution is very stable, from what I've witnessed so far. It's also a very fast system.
What do I think about the scalability of the solution?
I haven't scaled the solution myself, so I can't speak from personal experience. I have heard that the solution is not so simple to scale because there is a core node beside the solution. There's some sort of smoothing methodology when it comes to the messaging, so I assume it's not so simple.
How are customer service and technical support?
I've never contacted technical support for assistance.
How was the initial setup?
The initial setup was simple. The first time I installed it, I installed it on Windows. For me, it took about one hour. If a user was facing a few problems, I'd say it could take up to two hours. Typically it's pretty quick to set up because the recommendations are pretty good.
What about the implementation team?
I handled the initial setup myself.
Which other solutions did I evaluate?
I was considering using ActiveMQ on AWS, but after some research, I decided RabbitMO was a more complex solution and one that is more commonly used, so I chose RabbitMQ over it.
What other advice do I have?
I'm only really using the solution for the purposes of research. I've just installed and am working on the latest version. My interest in the solution is purely academic, so I can't speak to how it would function within an organization.
I'd definitely recommend the solution, especially over HTTP in the Nico services platform. I've done my research and have discovered it's two times faster and more commonly used. It's also really easy to use on the Nico services platform because all of the components are in the cloud.
I'd rate the solution eight out of ten.
Which deployment model are you using for this solution?
Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Download our free VMware Tanzu Data Solutions Report and get advice and tips from experienced pros
sharing their opinions.
Updated: April 2026
Product Categories
Data Warehouse Database Development and Management Relational Databases Tools Message Queue (MQ) SoftwarePopular Comparisons
MuleSoft Anypoint Platform
Oracle Exadata
IBM Db2 Database
OpenText Analytics Database (Vertica)
Amazon Redshift
PubSub+ Platform
IBM Netezza Performance Server
SAP Replication Server
Oracle Coherence
Apache Hadoop
Buyer's Guide
Download our free VMware Tanzu Data Solutions Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- Looking for advice on how to migrate from Oracle Exadata to VMware Tanzu Greenplum
- What is the biggest difference between ActiveMQ and RabbitMQ?
- What is the biggest difference between IBM MQ and RabbitMQ?
- How does IBM MQ compare with VMware RabbitMQ?
- Oracle Exadata vs. HPE Vertica vs. EMC GreenPlum vs. IBM Netezza
- When evaluating Data Warehouse solutions, what aspect do you think is the most important to look for?
- At what point does a business typically invest in building a data warehouse?
- Is a data warehouse the best option to consolidate data into one location?
- What are the main differences between Data Lake and Data Warehouse?
- Infobright vs. Exadata vs. Teradata vs. SQL Server Data Warehouse- which is most compatible with front end tools?













