No more typing reviews! Try our Samantha, our new voice AI agent.
it_user660048 - PeerSpot reviewer
Director of Data and Technology at a transportation company with 51-200 employees
Vendor
May 9, 2017
I appreciate the queue, durable topic, and selector features. I would like to see a forked solution of AMQ with AMQP.
Pros and Cons
  • "I appreciate many features including queue, topic, durable topic, and selectors. I also value a different support for different protocols such as MQTT and AMQP. It has full support for EIP, REST, Message Groups, UDP, and TCP."
  • "Depending on the problem, AMQ resolved nearly everything."
  • "Needs to focus on a certain facet and be good at it, instead of handling support for most of the available message brokers."
  • "There were stability issues. With a network of brokers, you get a lot of issues, especially if you have the publisher and consumer using the same channel or connection, on different topics and/or queues."

How has it helped my organization?

We use this product to provide us with a real time solution. It has helped us find ways to:

  • Message or pass data, aside from hitting and saving data in a database.
  • Perform asynchronous messaging.
  • Queue database messages so requests are serial, if needed.
  • Scale the application by increasing worker nodes via topics and queue load balancing.

What is most valuable?

I appreciate many features including queue, topic, durable topic, and selectors. I also value a different support for different protocols such as MQTT and AMQP. It has full support for EIP, REST, Message Groups, UDP, and TCP.

What needs improvement?

I would like to see the following improvements:

  • The way it stores data
  • Needs to focus on a certain facet and be good at it, instead of handling support for most of the available message brokers.
  • For example, AMQP is a different flavor of message broker. However, adding it to ActiveMQ dramatically shifts its methodology and design. It can handle it, but it will be bad at it. Either you create a new forked solution of AMQ with AMQP and align only with AMQP, or just don't do it.

What do I think about the stability of the solution?

There were stability issues. With a network of brokers, you get a lot of issues, especially if you have the publisher and consumer using the same channel or connection, on different topics and/or queues. It’s causing a lot of issues and weirdness.

Buyer's Guide
ActiveMQ
June 2026
Learn what your peers think about ActiveMQ. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
902,417 professionals have used our research since 2012.

What do I think about the scalability of the solution?

Setting up a network of brokers is problematic. The best thing is to do master-slave with a cold backup.

How are customer service and support?

It is open source, so you get a very good response from the community. I heard Fuse is good, but I never talked to them.

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

We used to deploy Apache Kafka, as it was best for big data.

How was the initial setup?

The initial setup is easy, and you can embed the ActiveMQ on the test.

Which other solutions did I evaluate?

Depending on the problem, AMQ resolved nearly everything. However, it may not be suitable for complex issues.

What other advice do I have?

For what and where it is used, depending on the project, it will be very good.

For example, if I need to use a web application that will have ability to have an embedded message queue, it can work perfectly.

But if I need to have solution for big data, it may not be the best, especially for large streaming data. It varies by use.

Vet other solutions before implementing anything. Run multiple tests, like multi- thread and flood it with messages, as well as large messages, and combinations of both. See how it behaves.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Senior Micro Service Developer via The Marlo Group (Contractor) at a financial services firm with 10,001+ employees
Vendor
Feb 26, 2017
Scalability is good as it has the concept of a "network of brokers", so there are no different queue names for distributed queues or physical queues.
Pros and Cons
  • "It is cost effective and is a much cheaper solution compared to Weblogic or IBM MQ."
  • "We have had problems with the message selector as when the queue size reaches a certain level, the message selector does not have enough time to run and finish before the JMS reply timeout."

What is most valuable?

Scalability is good as it has the concept of a "network of brokers", so there are no different queue names for distributed queues or physical queues.

The network of brokers scales by need but the queue name stays the same, hence the client does not need to worry about queue name change.

For example, if you use MQ from Oracle weblogic to implement messaging system with scalibility in mind, then you would implement one distributed queue on managed server and physical queues on each node, ideally the client connects to your distributed queue which has been configured to distribute messages to each physical queue by either round robin or weight policy etc.

In the above example, if you add new nodes then you have to add newly created physical queue to the distributed queue, or you have to inform the client what is the new physical queue name if your client choose to connect to the physical queue instead of distributed queue.

With the concept of the network of brokers, AMQ may add more brokers under load, but it always expose the same queue name to the client, so client won't notice the scale change and you don't need to config extra queues when it scales


How has it helped my organization?

It is cost effective and is a much cheaper solution compared to Weblogic or IBM MQ.

It has good performance in general use cases and is reliable.

It is easy to implement, especially in an MVP project for PoC.

It is easy to configure a composite queue for message forwarding.

What needs improvement?

We have had problems with the message selector as when the queue size reaches a certain level, the message selector does not have enough time to run and finish before the JMS reply timeout. In this case the client will not consume the JMS reply message even when the correlation ID matches.

Try not to use the hawt.io feature but use the AMQ console which is much better. If you have to use hawt.io , you may need to configure Jolokia, which is the JMX layer of hawt.io, to display queues properly if you have a lot of queues.

For how long have I used the solution?

I have been using the solution for about four years now.

What do I think about the stability of the solution?

I have not experienced any unstable situations.

What do I think about the scalability of the solution?

I have not encountered any scalability issues.

How are customer service and technical support?

I have no experience with the technical support.

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

I have used Weblogic MQ and IBM MQ before, and I switched to AMQ because we wanted to have a cheaper, faster and easier solution for messages.

How was the initial setup?

The initial setup was very straightforward. Just follow the manual and there will be no issues.

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

I have no experience in enterprise pricing and licensing.

Which other solutions did I evaluate?

I have evaluated Rabbit MQ, which is the fastest solution, but AMQ has more features and better support.

What other advice do I have?

  • Try not to use the temp queue.
  • Pay attention to message selectors and queue size.
  • Pay attention to queue names as if you use a wrong queue name, AMQ won't report the error but it will create a new queue for you which is sometimes hard to investigate.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
ActiveMQ
June 2026
Learn what your peers think about ActiveMQ. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
902,417 professionals have used our research since 2012.
it_user571818 - PeerSpot reviewer
Senior System Administrator for Cloud Operations at a tech company with 10,001+ employees
Real User
Feb 26, 2017
Price point and licensing are the most valuable features relative to Websphere MQ. It needs some improvement playing with multi-platform message clients.
Pros and Cons
  • "For us, initial setup was VERY easy since we were using the Apache-provided Docker image for ActiveMQ, which alleviates a lot of the traditional pains involved with installing new software."
  • "Apache ActiveMQ needs some improvement playing with multi-platform message clients."

What is most valuable?

  • Price point and licensing are the most valuable features relative to our previous MQ solution (Websphere MQ).
  • Apache provides Docker images on the public registry for multiple versions of ActiveMQ. The value of the Apache-provided Docker image is that it spares developers from having to manually install ActiveMQ software. Using Docker, I can get a working ActiveMQ server up and running in minutes with zero knowledge of how the software is installed or what configuration files need to be tweaked, etc. Also, I can spin up an ActiveMQ farm of Docker containers within minutes if I want to test things like clustering, HA, etc. For something like concept testing or R&D, this is a fantastic way to save time and money.
  • Multi-protocol support: http://activemq.apache.org/protocols.html. As we began to explore integrating IoT solutions, ActiveMQ’s support of the MQTT protocol was very convenient!

How has it helped my organization?

This product enabled development teams at my previous organization to R&D much quicker with JMS based applications, which basically comprised the entire middleware layer of the organization. Previously, we would get stuck waiting for license procurement for the IBM solution, which wasted project time and budget.

What needs improvement?

Apache ActiveMQ needs some improvement playing with multi-platform message clients. It already plays really well with Java clients since it’s a JMS implementation, but it needs some improvement supporting clients written in other languages (like C#).

For how long have I used the solution?

I have been using the solution for 18 months.

What do I think about the stability of the solution?

We have not encountered any stability issues.

What do I think about the scalability of the solution?

We have not encountered any scalability issues.

How are customer service and technical support?

For an open source solution, support options are actually very robust: http://activemq.apache.org/support.html

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

We previously used WebSphere MQ and switched mainly due to licensing costs.

How was the initial setup?

For us, initial setup was VERY easy since we were using the Apache-provided Docker image for ActiveMQ, which alleviates a lot of the traditional pains involved with installing new software.

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

This solution is awesome from both perspectives.

Which other solutions did I evaluate?

Before choosing this product, we did not evaluate other options.

What other advice do I have?

If possible, use the Docker image that Apache foundation builds!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user571824 - PeerSpot reviewer
Project Staff at a financial services firm with 501-1,000 employees
Vendor
Feb 23, 2017
It is useful for apps that have a lot of messages.
Pros and Cons
  • "The database and message queuing are valuable features."
  • "There is need for more protocols and maybe they should provide documentation on the internet as well."

What is most valuable?

The database and message queuing are valuable features. It is useful for apps that have a lot of messages as well.

How has it helped my organization?

Thanks to ActiveMQ, we have managed to set up an IoT application.

What needs improvement?

There is need for more protocols and maybe they should provide documentation on the internet as well.

During my summer internship, I developed a IoT application (a proof of concept). We had some Texas Instruments CC2650 sensors emitting to MQTT. For the first time, we wanted them to AMQP protocol with RabbitMQ, but the MQQT QoS 2 on RabbitMQ was a big problem. Thus, we switched to ActiveMQ. Unfortunately, we had to stay in MQTT, as ActiveMQ can’t translate protocols like RabbitMQ.

In the end, we used the ActiveMQ broker to get the messages from our sensors (using the Java Library by Hiram Chirino, mqtt-client), then we parsed the messages from the sensors and stored them in Apache Hbase. With all of this data, we made some statistics, graphs and various other useful stuff for the industrials.

About the documentation, it is more about the ActiveMQ advanced concepts such as using the KahaDB etc. For the protocols, maybe a translator is needed for example integration of AMQP to MQTT or XMPP to CoAP.

For how long have I used the solution?

I have used this solution during a summer internship last summer.

What do I think about the stability of the solution?

We have not yet encountered any stability issues.

What do I think about the scalability of the solution?

We have not yet encountered any scalability issues. Currently, we are receiving 1000 messages per second (on an average).

How are customer service and technical support?

We have not used the technical support.

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

Previously, we were using RabbitMQ, but it didn’t support MQTT QoS 2.

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

It is a good, free and safe product.

Which other solutions did I evaluate?

We have tried Apache Apollo and RabbitMQ.

What other advice do I have?

Make sure your queues and topics are correctly named as it can quickly become a mess.

Overall, it is a good product but lacks some documentation.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user590433 - PeerSpot reviewer
Site Reliability Engineer at a tech vendor with 1,001-5,000 employees
Vendor
Jan 25, 2017
Delivers work to backend worker services that run tasks with variable run times. We ran into various stability problems with our implementations.
Pros and Cons
  • "The installation was pretty straightforward, and it was also easy setting up HA using an NFS share for hosting the KahaDB."
  • "We ran into various stability problems with our implementations over the years."

What is most valuable?

The valuable features are:

  • Message queues
  • Camel routes
  • High availability
  • Serialization of batch jobs
  • Consumer/worker throttling
  • Message durability

How has it helped my organization?

We use ActiveMQ primarily to deliver work to backend worker services that run tasks with extremely variable run times.

For how long have I used the solution?

I supported and used ActiveMQ from 2010-2016.

What do I think about the stability of the solution?

We ran into various stability problems with our implementations over the years. We also ran into a few problems related to bugs.

One of the bugs was a memory leak from the KahaDB log files. As uptime accumulated, it eventually triggered one of the artificial limitations on the disk space used by KahaDB.

What do I think about the scalability of the solution?

There have been no issues with scalability, but we had a pretty low message throughput.

How was the initial setup?

The installation was pretty straightforward. It was also easy setting up HA using an NFS share for hosting the KahaDB.

What other advice do I have?

Use the right tool for the job. Evaluate your needs carefully. Ensure that you do adequate performance, load, and failure mode testing prior to introducing the solution to production.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Principal Architect at a tech services company with 10,001+ employees
Real User
Jan 8, 2017
You can set up a network of brokers that can span WANs and geographies. Messages get forwarded to the broker where the demand is.
Pros and Cons
  • "One of the most important features of ActiveMQ is the ability to set up a network of brokers, and the ability to forward the message to another broker in the network, where there is a demand for messages from a consumer."
  • "Another area of improvement is the monitoring console, which is kind of rudimentary."

What is most valuable?

One of the most important features of ActiveMQ is the ability to set up a network of brokers, and the ability to forward the message to another broker in the network, where there is a demand for messages from a consumer. These brokers could span over WANs and geographies. The messages will get forwarded to the broker where the demand is, which is what makes this a distributed messaging system.

The 'Shared nothing' configuration, where each broker has its own DB instance, is very important. It ensures that every message is accounted for and persisted in the DB to be replayed in case of failure.

Load balancing is important when huge numbers of messages are coming in. The messages get distributed to all the brokers, which are connected. In case of failure of any one broker, the message automatically gets routed to other brokers, ensuring no loss of messages.

By default, the failover protocol uses a random algorithm to choose one of the underlying connectors. If the connection fails, the transport will pick another URI and try to make a connection. The network automatically passes messages to connected brokers that have interested consumers. The failover protocol ensures clients do not need to be manually restarted in the case of a broker failure. As soon as the broker becomes available again, the client will automatically reconnect.

We also appreciate the easy setup of persistent messages using a DB like Oracle.

What needs improvement?

The master-slave relationship between brokers needs some improvement.

In case of shared architecture between brokers (i.e., both brokers sharing same the DB instance), one becomes master and the others become slaves. In this situation, the master always consumes the message and the slave is always in a dormant condition. This makes load balancing impossible. Probably this can be improved upon.

Another area of improvement is the monitoring console, which is kind of rudimentary. There is no facility to trace the entire XML message and take corrective action, such as resending the message.

If these facilities are added, it will be very good.

For how long have I used the solution?

I have been using ActiveMQ for 2 months.

What do I think about the stability of the solution?

We have not had any stability issues.

What do I think about the scalability of the solution?

We have not tested scalability.

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

We considered switching from WebLogic JMS, since we faced many issues including message affinity and lost messages.

How was the initial setup?

The initial setup was straightforward.

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

The pricing and license policies are pretty good.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user578814 - PeerSpot reviewer
Freelancer at a tech services company with 1,001-5,000 employees
Consultant
Jan 5, 2017
The product provides message-level acknowledging and message persistency.
Pros and Cons
  • "Thanks to ActiveMQ, the system is able to scale its heavy computing components during traffic peaks."
  • "Configuring ActiveMQ brokers for working in a cluster is difficult and has many constraints."

What is most valuable?

Most valuable to us are fast asynchronous message queuing with message-level acknowledging and message persistency.

How has it helped my organization?

ActiveMQ operates as the message bus across single-purpose components. Thanks to ActiveMQ, the system is able to scale its heavy computing components during traffic peaks.

What needs improvement?

I would like to see improvement in the clustering brokers. Configuring ActiveMQ brokers for working in a cluster is difficult and has many constraints. Also, the configuration files are not intuitive.

For how long have I used the solution?

We have been using ActiveMQ for about 6 years.

What do I think about the stability of the solution?

We have not encountered any stability issues.

What do I think about the scalability of the solution?

The only issue we had concerned the practical limit of 2000 messages per broker, per second. The next step, which is multiplying brokers, worked well though.

How is customer service and technical support?

I have not used technical support so far.

How was the initial setup?

Initial setup is quite complex when done for a high performance system. The configuration files are not intuitive.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1247268 - PeerSpot reviewer
Technology Lead at a tech services company with 10,001+ employees
MSP
Jun 23, 2023
Efficiently handles event messages by controlling the flow rate
Pros and Cons
  • "It provides the best support services."
  • "The solution's stability needs improvement."

What is our primary use case?

We use the solution to manage the event messages by controlling the flow rate, handling error resubmissions, and ensuring the controlled processing of events.

What is most valuable?

The solution provides the best support services. It prevents losing messages with reliable techniques. Also, we can set thresholds for messages using it.

What needs improvement?

The solution's dashboard needs improvement. Presently, we cannot see the actual count of the messages. Also, we encounter downtime issues while queuing messages for third-party systems. They need to improve this particular area.

For how long have I used the solution?

We have been using the solution for the last six months.

What do I think about the stability of the solution?

The solution's stability needs improvement.

What do I think about the scalability of the solution?

We have around 300 applications for the solution.

How are customer service and support?

The solution's technical support is good. Although, it took longer to respond to some of the queries related to licensing and stability.

How would you rate customer service and support?

Positive

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

I used JMS before.

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

The solution is less expensive than JMS and Kafka.

What other advice do I have?

I rate the solution an eight 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.
PeerSpot user