Try our new research platform with insights from 80,000+ expert users
PeerSpot user
Senior Micro Service Developer via The Marlo Group (Contractor) at a financial services firm with 10,001+ employees
Vendor
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.

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.

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

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 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: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Java Technical Lead at a tech services company with 5,001-10,000 employees
Real User
I used it to implement a micro-services based architecture.
Pros and Cons
  • "The most important feature is that it's best for JVM-related languages and JMS integration."
  • "Message Management: Better management of the messages. Perhaps persist them, or put in another queue with another life cycle."

How has it helped my organization?

Most architecture nowadays requires too much performance. We can use products like ActiveMQ to improve our architecture.

I implemented a micro-services based architecture and did some of the communication via queues. I used actors with the Akka framework, and not only threads in Java.

What is most valuable?

The most important feature is that it's best for JVM-related languages and JMS integration.

The product is really straightforward. All the operations that you use are pretty simple and worked fine.

The deal is to write the correct logic.

What needs improvement?

Message Management: Better management of the messages. Perhaps persist them, or put in another queue with another life cycle.

To clarify, it needs some queues in memory with the same abstract logic that ActiveMQ provides. An interesting example could be the embedded Redis framework, or the Derby database for integration tests.

ActiveMQ does not persist the messages in the queue. So it would be fine if active has that feature, or some way to do it. So you can grab that message any time during the application lifecycle.

Apache Kafka has that feature.

The improvement could be the availability to persist the message in the
queue for any time along the app running.

Testing: I did not find a correct way to test the integration using Java, but rather only with manual testing.

What do I think about the stability of the solution?

We did not encounter any stability issues.

What do I think about the scalability of the solution?

There were no scalability issues. With a good strategy, we can scale onto large systems using ActiveMQ.

How is customer service and technical support?

I would give technical support a rating of 10/10. Despite the doubts that I encountered during the development, I could get the answer in the documentation.

How was the initial setup?

The initial setup is very easy. You don't need to install anything. Just run the start command or put the URL in the browser.

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

I think the software is free.

Which other solutions did I evaluate?

We evaluated Apache Kafka and also RabbitMQ. The choice was about the better integration with JMS.

What other advice do I have?

I fully recommend this product, but you need to have some expertise working with JMS and asynchronous tasks. You also need a correct strategy, or at least think about one.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
ActiveMQ
April 2025
Learn what your peers think about ActiveMQ. Get advice and tips from experienced pros sharing their opinions. Updated: April 2025.
849,686 professionals have used our research since 2012.
Andrea Castorino - PeerSpot reviewer
Program Manager at SirfinPA
Real User
Top 5
Efficiently handles code updates and ensures prompt message delivery
Pros and Cons
  • "For reliable messaging, the most valuable feature of ActiveMQ for us is ensuring prompt message delivery."
  • "One potential area would be the complexity of the initial setup."

What is our primary use case?

We use ActiveMQ for message brokering in our architecture. It is a central hub where we publish codes like city codes and office IDs for our server application. Other applications subscribe to relevant topics on ActiveMQ to receive and consume these messages, ensuring they stay updated with the latest code information.

What is most valuable?

For reliable messaging, the most valuable feature of ActiveMQ for us is ensuring prompt message delivery. Losing messages could lead to critical issues, especially when different systems need to exchange time-sensitive information like financial records. 

What needs improvement?

In terms of improvement, one potential area would be the complexity of the initial setup. It is not overly complex, but it could pose challenges for first-time users.

For how long have I used the solution?

I have been working with ActiveMQ for two years.

What do I think about the stability of the solution?

ActiveMQ has been a stable tool for us, with no downtime or critical technical issues so far.

What do I think about the scalability of the solution?

ActiveMQ's scalability meets our project needs well. Our application doesn't require rapid message delivery, so we haven't encountered scalability issues. The frequency of code updates isn't extremely high, so ActiveMQ effectively handles our messaging requirements without any significant challenges.

How are customer service and support?

The technical support is quite good. I would rate it as a nine out of ten.

How would you rate customer service and support?

Positive

How was the initial setup?

Setting up ActiveMQ initially was not overly difficult for us. However, as it was our first time using it, we faced some challenges during client installation. The setup itself wasn't problematic; rather, our lack of familiarity with the system caused some initial hiccups. Once we gained experience with the installation process, subsequent setups became much smoother.

What other advice do I have?

The performance of ActiveMQ meets our needs adequately. We selected it as our messaging solution because we believed it was the best fit for our requirements, and we haven't encountered significant performance issues directly related to ActiveMQ itself. The challenges we faced were more related to issues like hosting environments, such as OpenShift, and hardware limitations. 

Overall, I would rate ActiveMQ as an eight out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer: Integrator
PeerSpot user
Director at Tibco
Real User
A stable, open-source solution, that is slower than others
Pros and Cons
  • "The initial setup is straightforward and only takes a few minutes."
  • "The solution can improve the other protocols to equal the AMQ protocol they offer."

What is our primary use case?

The primary use case of this solution is to send messages between applications.

What is most valuable?

In all messaging applications, typically, sending and receiving messages is the most important and critical feature that we see our customers use.

What needs improvement?

The solution can improve the other protocols to equal the AMQ protocol they offer.

For how long have I used the solution?

I have been using the solution for a couple of years.

What do I think about the stability of the solution?

The solution is fairly stable. But we are using it in Development, not in production, so I'm probably not the best judge of stability in general.

What do I think about the scalability of the solution?

We don't see the solution used as much as Apache Kafka by our customers, but it is scalable.

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

We are supporting almost all the messaging platforms for our connectors. So I have been using other messaging products as well.

How was the initial setup?

The initial setup is straightforward and only takes a few minutes. We have experience so it doesn't take a whole lot of time.

What about the implementation team?

The implementation was completed in-house.

What was our ROI?

Since we are using the open-source version of the solution we do see a return on investment.

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

We use the open-source version.

What other advice do I have?

I give the solution a six out of ten. 

Our customers would use the solution in any model. We have to test with the on-premise deployments and run on an EC2 cloud.

We have about ten users in our organization.

We do not require any people for deployment or maintenance.

Whenever we need support we get it from the online community.

I do not recommend ActiveMQ over Apache Kafka partly because I don't know who provides support for the solution.

When our clients are looking for AMQ protocol support specifically ActiveMQ is our recommendation.

Which deployment model are you using for this solution?

On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Senior System Engineer at G&D
Real User
Top 20
A reasonably priced solution for small and medium applications
Pros and Cons
  • "Most people or many people recommended using ActiveMQ on small and medium-scale applications."
  • "I would like the tool to improve compliance and stability. We will encounter issues while using the central applications. In the solution's future releases, I want to control and set limitations for databases."

What needs improvement?

I would like the tool to improve compliance and stability. We will encounter issues while using the central applications. In the solution's future releases, I want to control and set limitations for databases. 

For how long have I used the solution?

I have been using the tool for three years. 

How are customer service and support?

I haven't contacted the support till now since I have a second layer support for the solution. 

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

The tool's pricing is reasonable and competitive compared to other solutions. 

What other advice do I have?

I would rate the product a nine out of ten. You need to scale the application to interact with other automation and robotic systems. Most people or many people recommended using ActiveMQ on small and medium-scale applications.

Disclosure: My company has a business relationship with this vendor other than being a customer: Distributor
PeerSpot user
Solutions Architect at a computer software company with 1,001-5,000 employees
Real User
Stable with a straightforward setup, but better documentation is needed
Pros and Cons
  • "I'm impressed, I think that Active MQ is great."
  • "This solution could improve by providing better documentation."

What is our primary use case?

We use this solution for messaging.

What is most valuable?

For any messaging system, I think that messaging, in general, is fundamental to software development.

What needs improvement?

This solution could improve by providing better documentation. IBM MQ has 30 years of experience to build upon and has had 30 years to grow and improve, while ActiveMQ does not have the same kind of heritage that IBM MQ has. In comparison, I find that IBM documentation is better, but it has had a lot more investment behind it.

In the next release, I think that a roadmap would be interesting. If we look at ActiveMQ and the ActiveMQ Artemis which are parallel streams that might merge, but it's not clear on whether it will or when will it happen. That would be useful.

Also, it is not that clear who offers what implementations. ActiveMQ is available as a managed service in AWS, but it is not clear whenever Red Hat AMQ is camping base around Artemis. It helps in terms of selecting why someone would want to use ActiveMQ.

For how long have I used the solution?

I have had experience with ActiveMQ, on and off, for approximately five years.

What do I think about the stability of the solution?

I have not used it heavily in a production environment, but at the moment, I don't have any issues to report. 

I am currently working with some clients to investigate some stability issues they are experiencing, but it could be the result of the way it was implemented.

In terms of performance, I have not any extensive performance tests as a comparison.

I have looked at other messaging providers, and I don't think that it's any worse than any other solution available. I think that it's reasonable.

How are customer service and technical support?

There is a little bit of community support, but when you have 30 years of experience, it is not difficult to work out. With messaging, you pick up on new messaging products and you can fill in the gaps very quickly.

How was the initial setup?

The initial setup is straightforward.

What other advice do I have?

I have also had experience with IBM MQ for the last 30 years. I am comparing between different products and messaging scenario expertise.

I work in consultancies with many clients who have many different versions.

All messaging whether it's ActiveMQ, Amazon MQ which is Active MQ, or it's IBM MQ, they are all very similar, they all have strengths and weaknesses.

We have clients from small to large enterprises.

I would recommend this solution but it depends on the requirements. For example, what kind of support does the vendor want? What kind of managed services do they want? It is important because you can run ActiveMQ on AWS to get a managed service. It always depends on what their clients are looking for.

I'm impressed, I think that ActiveMQ is great.

I would rate this solution a seven out of ten.

Disclosure: My company has a business relationship with this vendor other than being a customer: partner
PeerSpot user
it_user660048 - PeerSpot reviewer
Director of Data and Technology at a transportation company with 51-200 employees
Vendor
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."
  • "Needs to focus on a certain facet and be good at it, instead of handling support for most of the available message brokers."

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.

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 technical 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: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
PeerSpot user
Principal Architect at a tech services company with 10,001+ employees
Real User
You can set up a network of brokers that can span WANs and geographies. Messages get forwarded to the broker where the demand is.

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: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user