Try our new research platform with insights from 80,000+ expert users
it_user624789 - PeerSpot reviewer
President, Applications and Security Architect at a tech services company with 51-200 employees
Consultant
The most valuable features for us are speed and persistent messaging.

What is most valuable?

The most valuable features for us are speed and persistent messaging.

How has it helped my organization?

We are now able to leverage real time applications and event driven architecture.

What needs improvement?

The documentation needs to be improved. There's a learning curve on setting it up and there are issues arising from slower networks that they lack documentation on.

For how long have I used the solution?

We have been using the product for three years.

Buyer's Guide
VMware Tanzu Data Solutions
August 2025
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: August 2025.
867,676 professionals have used our research since 2012.

What do I think about the stability of the solution?

Stability issues experienced were only due to a slow network at the client.

What do I think about the scalability of the solution?

We did not encounter any scalability issues.

How are customer service and support?

I never used the technical support.

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

I am not aware of any previous solutions.

How was the initial setup?

We are a container shop and the only issues during setup were around proper clustering and configuring the application to use it.

Which other solutions did I evaluate?

We evaluated Apache Kafka also.

What other advice do I have?

I would advise potential customers to use something to wrap their interaction, like Spring for Java.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user624792 - PeerSpot reviewer
Senior Software Engineer at a hospitality company with 1,001-5,000 employees
Vendor
Complex message routing enables us to replicate product data for user acceptance testing.

What is most valuable?

Complex message routing makes it very easy to replicate product data for user acceptance testing which was required in our user case.

How has it helped my organization?

Applying message queues in general has helped my company, BuzzNumber, to scale easily with the load.

What needs improvement?

The High Availability feature is not really reliable. It also took a really long time to restart the box when there were a lot of messages in the queue.

As mentioned on its document page, it cannot tolerate network partition well.
I suffered a network parturition with 3 nodes cluster and lost all data. So with our cloud provider, we can’t rely on pause_minority and seems like auto_heal is a better fit for us.

Apart from that, RabbitMQ doesn’t seem to be stable when it has high RAM usage. Especially when you have millions of queue items in a queue and a node crashes, adding a new node to such cluster will be a pain as the replication takes forever.

For how long have I used the solution?

We have used the solution for two years.

What do I think about the stability of the solution?

We encountered an issue with stability. It didn't work very well with millions of messages in the queue when you add a new node to the cluster.

What do I think about the scalability of the solution?

There were no specific issues with scalability except the issue of adding a new node to the cluster.

How are customer service and technical support?

We used the open source version with community support, so we didn't contact technical support.

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

We previously used MSMQ. Apparently, it is not as good as RabbitMQ in terms of the features offered.

How was the initial setup?

The setup is easy.

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

This is not applicable, as we were using the free version.

Which other solutions did I evaluate?

I am not aware of other evaluated options.

What other advice do I have?

I would advise potential customers to make sure it works with your architecture, scale plan, and load. There are other alternatives.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
VMware Tanzu Data Solutions
August 2025
Learn what your peers think about VMware Tanzu Data Solutions. Get advice and tips from experienced pros sharing their opinions. Updated: August 2025.
867,676 professionals have used our research since 2012.
it_user618963 - PeerSpot reviewer
Senior Software Specialist at a security firm with 1,001-5,000 employees
Vendor
SSL, clustering, and integrates with LDAP.

What is most valuable?

  • Does SSL (security)
  • Does clustering (stability)
  • Integrates with LDAP (management)
  • Automatically resends data when a consumer fails
  • Automatically routes data
  • Excellent spring boot integration
  • Multiple programming languages provide excellent integration

How has it helped my organization?

With RabbitMQ cluster servicing micro-services, we don't have any downtime and we don't lose any data. We can update and/or upgrade the micro-services without downtime.

What needs improvement?

  • You cannot edit shovels other than by recreating them.
  • Routing of data could be more enhanced with a nice GUI. ("IF header.contains(this.thing) THEN data.goesTo(cluster_02)").
  • In its current form, you have to recreate a shovel with the same parameters except for the one you want to change. You end up doing more or less a delete/create.
  • There is no HTML form where you can click on a shovel and adjust the wrong parameter.
  • If I click on a shovel, I get on a page that lists the shovel, but it is not editable. You have to create a shovel and then delete the old one with all the same parameters, except for the one you want to change.
  • Temporarily stopping shovels is also not possible in the web interface. I do not know if the CLI version can do it, but if somebody wants to temporarily stop the incoming flow, he or she has to delete the shovel and then recreate it afterwards. This is annoying, to say the least.
  • RabbitMQ has to be started before one can define exchanges, queues, and even users with rabbitmqctl. See https://www.rabbitmq.com/man/r...
  • This is no problem if one lives in the monolithic server environment. However, if one wanted to make a RabbitMQ Docker-container with a pre-defined set of exchanges, queues, users, and shovels, you have to literally jump start the server. You would have to configure it in the Docker build phase. You would do it like this in the Dockerfile: RUN service start rabbitmq-server && wait 30 && rabbitmqctl add_user mike mikespassword.

For how long have I used the solution?

I have used RabbitMQ for four years.

What do I think about the stability of the solution?

We did have stability issues in the past. After shutting it down, the cluster did not start until we deleted some corrupted file. This occurred more than a year ago.

What do I think about the scalability of the solution?

It works as expected, i.e., flawless.

How are customer service and technical support?

We have not needed any technical support as of yet.

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

We did not evaluate any previous solutions.

How was the initial setup?

Just enter this command: $ apt-get install rabbitmq-server

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

It’s open source with paid support.

Which other solutions did I evaluate?

We looked at Kafka, but we needed the routing as well.

What other advice do I have?

Start it in Docker and use Java Spring Boot or Node.JS with amqplib to connect to it. It has transformed how I think data should flow in an organization.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user622743 - PeerSpot reviewer
Solutions Architect at a tech services company with 1,001-5,000 employees
Consultant
Offers a publisher and consumer ACK and does queue mirroring.

What is most valuable?

  • The publisher and consumer ACK
  • High availability
  • Queue mirroring
  • Exchanges and topics
  • Supported programming languages with well-tested libraries

How has it helped my organization?

It provides us with a much better scale. We have never lost a single message with RabbitMQ.

The shared RabbitMQ Cluster has improved stability and maintainability of each application. We only have one message bus now.

What needs improvement?

I want it to reorder messages in a queue, if possible. If you could reorder messages in a queue directly, then you would not need a sequencer to reorder messages outside of RabbitMQ.

For how long have I used the solution?

I have used this solution for seven years.

What do I think about the stability of the solution?

There were no stability issues.

What do I think about the scalability of the solution?

There were no scalability issues.

How are customer service and technical support?

We haven’t needed to use any support yet.

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

Initially, we were using the BizTalk and Redis solutions. The reason why we switched over was because we were looking for better support in Celery task management and other programming languages. We were looking for a much more stable and secure solution.

How was the initial setup?

It is very simple to set up for basic usage. Clustering is a bit more complex, but it is also easy to do.

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

The RabbitMQ open source version works fine for almost all the use cases that I came across.

Which other solutions did I evaluate?

We looked at the Redis solution, but it was not a good fit for our needs.

What other advice do I have?

Read the documentation and follow best practices. Make sure Erlang is up to date!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user622962 - PeerSpot reviewer
Director - Information Technology at a transportation company with 51-200 employees
Vendor
Allows us to set up workflows with configuration.

What is most valuable?

The most valuable feature of RabbitMQ is the ability to set up workflows simply with configuration. We had some very complex problems (logging, auditing, sequential and parallel operations) that have been easily solved by inserting a queue in the middle of an existing workflow.

How has it helped my organization?

Our software has evolved dramatically over the past 18 months of development.

Major modifications to business logic have been handled easily. This is because each operation that the software performs has been atomic. That was then wired up with other operations via RabbitMQ exchanges/queues,

What needs improvement?

  • RabbitMQ is great, but it depends on the Erlang VM.
  • I understand that Erlang is the reason why RabbitMQ is what it is. However, having to install and maintain yet another VM product has been annoying.
  • The configuration for RabbitMQ borders on the esoteric. Once we got all of the moving parts working, it’s been a dream. However, it was an effort just to get it going.

For how long have I used the solution?

We’ve been developing with RabbitMQ for about 18 months now. Our product launch is scheduled for April 1, 2017.

What do I think about the stability of the solution?

There were stability issues. We originally tried to mirror RabbitMQ servers behind a load balancer. (This is not completely recommended, by the way.)

That suffered from stability issues when network hiccups were a problem.

We ended up moving to a central LDAP authentication with completely disconnected servers, which has been stellar for stability.

What do I think about the scalability of the solution?

We have had no scalability issues at all. We have RabbitMQ servers behind a load balancer, with Queue listeners attached to them.

I have estimated that we will be able to scale quite dramatically without any change to network topology.

How are customer service and technical support?

RabbitMQ is an open-source project, so the level of tech support is relatively low. The documentation is adequate. There is a decent amount of activity on Stack Overflow and that has answered most of my questions.

I did actually use an open-source plugin and had a lot of communication with the developer. He was responsive and helped me significantly.

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

Our initial solution was a simple web API. We quickly realized that it would be difficult to maintain.

Scalability and reliability were my primary concerns. HTTP has no reliable delivery built-in, like AMQP does. Changing API versions would have been more difficult if we had stuck with HTTP.

How was the initial setup?

The initial setup was fairly complex. Installation was not difficult, but configuration of the server itself took some work.

I ended up creating code that does the RabbitMQ setup based on a configuration file. This eased the setup dramatically. I also set up a central LDAP server for authentication, which helped. Otherwise, configuration of RabbitMQ was not very straightforward.

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

Being free and open-source, I have no advice here! Free is a good price!

Which other solutions did I evaluate?

I looked at other service bus/message queue solutions. In particular, I investigated:

  • Azure’s Queue Storage: No real service bus ability without plugins
  • AWS’s Simple Notification Service: Not much in the way of service bus capability. It did not allow private queues on the fly.
  • A few other open-source message brokers

RabbitMQ seemed the most full-featured option for what we needed.

What other advice do I have?

By all means, try to reduce the amount of up-front configuration of RabbitMQ as much as possible.

At this point, we can spin up a very generic VM with RabbitMQ on it and get it in use immediately. However, that was not the case at the beginning.

RabbitMQ is very flexible, which is good and bad. Once the flexibility is understood, it’s great. Before that, you may be in for a little bit of head-scratching.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user622737 - PeerSpot reviewer
Software architect & back-end engineer at a tech services company
Real User
You can redirect asynchronous tasks outside of the frontal web servers.

What is most valuable?

  • AMQP protocol
  • The simplicity to set up a cluster
  • All patterns available (Topic, Routing, RPC, etc.)
  • Enables you to provide a response to most problems encountered

How has it helped my organization?

I introduced RabbitMQ to my company to bring about more scalability and redirect asynchronous tasks outside of the frontal web servers.

  • Scalability was provided by the possibility to add on workers behind RabbitMQ. Asynchronous is the keyword for the message broker.
  • I started to split our monolith website and remove all the heavy processes from our web servers.
  • Dispatching the workload correctly helped to increase the response time.
  • The frontal web server must focus on replying and not on doing reports/PDFs. You must have a dedicated server for this.
  • The solution is written in Erlang. Erlang was built for telecommunication systems. One of its assets is that it can upgrade a service in production without downtime. That’s a good point!

What needs improvement?

  • Have more features such as being able to replay a sequence of what was received.
  • Handle more messages per second.
  • Consume fewer resources: NATS can handle millions of requests within a few minutes. RabbitMQ handles hundreds of requests with the same resources (RAM). Finding a way to be more efficient in this aspect would open them up to other markets, like IoT or embedded systems.

For how long have I used the solution?

I have used this solution for around two years.

What do I think about the stability of the solution?

There were no stability issues.

What do I think about the scalability of the solution?

There were no scalability issues.

How is customer service and technical support?

The documentation from the internet is good.

How was the initial setup?

The setup was pretty straightforward.

Which other solutions did I evaluate?

I have looked at Apache ActiveMQ and Kafka.

What other advice do I have?

This product is fantastic. Before you use it, make sure you analyze your real needs. In the world of message brokers, there is no single solution. Today, you have solutions that are specialized for specific use cases.

For instance, you have the NATS solution which is another great message broker tool. It is focused on handling a tremendous number of topics and messages per second and it consumes few resources.

However, it’s not as resilient as Kafka. Kafka can replay all the messages received from a date range. However, this one can handle fewer topics.

NATS is written in Golang. Golang is the Go programming language, which I love.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Consultant at a financial services firm with 5,001-10,000 employees
Real User
The MPP element is crucial, so far as it allows us to query millions of rows at a time, at speed.

What is most valuable?

The MPP element is crucial, so far as it allows us to query millions of rows at a time, at speed.

How has it helped my organization?

The previous data warehouse was built in Oracle. One of the things which has improved in GreenPlum is that we can query millions of rows at speed, without creating lags. We’ve also built far more views; slowly changing dimensions can instantaneously update without creating the issue of having to rebuild tables to reflect new hierarchies, for example.

What needs improvement?

We found some issues with larger tables that have daily data appended, where after a while this seems to create lag in the query speed. This might just have to do with local knowledge rather than the product itself.

We have a table which is currently contains 27.6m rows and has a daily delta added to it of roughly 16.5k rows per day. While this isn’t particularly large, we have noticed the table begins to perform poorly when queried, in spite of having set up a VACUUM process to be performed weekly. It may be that the VACUUM process needs to be performed more frequently (like daily), but we’ve not yet found the optimal way of maintaining this particular table.

It’s worth saying that this is one table out of over 400 perfectly well performant tables and views in the same database. Hope that helps,

For how long have I used the solution?

I have used for approximately 30 months.

What was my experience with deployment of the solution?

I have not encountered any deployment, stability or scalability issues.

How are customer service and technical support?

I have not raised any service issues/tech queries, so I can’t really say.

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

We used Oracle previously. We based our choice on expertise in our US operation, where we have a GreenPlum expert who provided some amazing use case examples to help us in our selection process.

What about the implementation team?

Implementation was done in-house.

What was our ROI?

Not within my area I’m afraid, but I understand that this was a very good fit from an ROI point of view

What other advice do I have?

Investigate whether this solution works for you. It is worth creating a rating matrix to compare other similar products, and it is very useful to look deeply at whether the third-generation MPP software might be a good fit.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user203334 - PeerSpot reviewer
it_user203334Technical Lead at a tech vendor with 1,001-5,000 employees
Top 20Real User

Regarding the performance of few large tables, just a suggestion you can also try implementing the partitioning. By doing partitioning you can leverage the "swap partiton" while doing an insert and select the data for reporting based on your partitioning key.
Hope this helps

it_user589473 - PeerSpot reviewer
Full Stack Developer Intern at a tech vendor with 1,001-5,000 employees
Real User
We used it to implement a three-tier structure and to decouple our front end from the back end.

What is most valuable?

Some valuable features of this product are:

  • Message queuing
  • Good support
  • Provided scalability and a distributed environment
  • Easy usability with NodeJS
  • Could easily withstand and pass stress/load testing with more than 10K API calls
  • Helped achieve a distributed environment and implement a 3-tier structure
  • Helped to develop a highly scalable system by decoupling front end and back end

How has it helped my organization?

We had a project where we had huge responses to APIs from the front-end and had to handle such large responses/requests without losing any of them. RabbitMQ efficiently handled this problem by providing message queuing and decoupling our front end and back end.

What needs improvement?

I would love to see better documentation/demo for few technologies. There is need for better stability in the Windows environment.

For how long have I used the solution?

I have used this product for around six months.

What do I think about the stability of the solution?

We encountered a few problems with Windows while clustering and hence we used Linux.

What do I think about the scalability of the solution?

We did not encounter any scalability issues.

How is customer service and technical support?

I would give the technical support a 7/10 rating.

How was the initial setup?

It involved more of research as how to use RabbitMQ. For clustering, it was little bit complex but I was able to follow the documentation provided.

Which other solutions did I evaluate?

We did not evaluate any other solution prior to this one.

What other advice do I have?

It gives product support with your technology.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free VMware Tanzu Data Solutions Report and get advice and tips from experienced pros sharing their opinions.
Updated: August 2025
Buyer's Guide
Download our free VMware Tanzu Data Solutions Report and get advice and tips from experienced pros sharing their opinions.