Cancel
You must select at least 2 products to compare!
Apache Logo
14,022 views|10,578 comparisons
95% willing to recommend
IBM Logo
13,952 views|9,247 comparisons
94% willing to recommend
Comparison Buyer's Guide
Executive Summary
Updated on Mar 17, 2022

We performed a comparison between Apache Kafka and IBM MQ based on our users’ reviews in four categories. After reading all of the collected data, you can find our conclusion below.

  • Ease of Deployment: Apache Kafka users had mixed reviews regarding its setup. Many reviewers found the initial setup to be a relatively straightforward process, but several found the initial setup to be difficult. IBM MQ reviewers reported an easy initial setup but noted that the cluster implementation and configuration required more advanced technical knowledge.
  • Features: Users of both products were for the most part satisfied with their scalability, stability, and ability to handle high volumes of data. Several users did not find the interfaces to be user-friendly. A few IBM MQ reviewers experienced difficulties working with clusters and felt that the monitoring needed improvement.
  • Pricing: Apache Kafka is an open-source solution and there are no fees involved. Several IBM MQ users feel that the product is expensive.
  • Service and Support: Apache Kafka is an open-source service but does offer paid support on a subscription-based model. There is also an active open-source community. IBM MQ users report being very satisfied with the service and support they receive.

Comparison Results: Both products are moderately easy to install, robust, and high-performing. The main advantage of Apache Kafka is that it is free of charge but still offers adequate technical support solutions.

To learn more, read our detailed Apache Kafka vs. IBM MQ Report (Updated: May 2024).
772,649 professionals have used our research since 2012.
Q&A Highlights
Question: What are the differences between Apache Kafka and IBM MQ?
Answer: The choice depends on your use case.
Featured Review
Quotes From Members
We asked business professionals to review the solutions they use.
Here are some excerpts of what they said:
Pros
"With Kafka, events and streaming are persistent, and multiple subscribers can consume the data. This is an advantage of Kafka compared to simple queue-based solutions.""The high availability is valuable. It is robust, and we can rely on it for a huge amount of data.""The valuable features are the group community and support.""Its availability is brilliant.""The open-source version is relatively straightforward to set up and only takes a few minutes.""I have seen a return on investment with this solution.""Apache Kafka has good integration capabilities and has plenty of adapters in its ecosystem if you want to build something. There are adapters for many platforms, such as Java, Azure, and Microsoft's ecosystem. Other solutions, such as Pulsar have fewer adapters available.""For example, when you want to send a message to inform all your clients about a new feature, you can publish that message to a single topic in Apache Kafka. This allows all clients subscribed to that topic to receive the message. On the other hand, if you need to send billing information to a specific customer, you can publish that message on a topic dedicated to that customer. This message can then be sent as an SMS to the customer, allowing them to view it on their mobile device."

More Apache Kafka Pros →

"IBM is still adding some features and coding some other systems on the security end. However, it has the most security features I've seen in a communication solution. Security is the most important thing for our purposes.""The solution allows one to easily configure an IBM MQQueueManager.""The high availability and session recovery are the most valuable features because we need the solution live all day.""The scalability of IBM MQ is good.""I like the MQ's simplicity and rock-solid stability. I've never experienced a failure in two decades caused by the product itself. It has only failed due to human error.""The first things are its simplicity and its robustness. Compared to any other product, it's the most robust I've worked with. And it's extremely easy to manage.""The solution is very easy to work with.""All the features are valuable."

More IBM MQ Pros →

Cons
"One complexity that I faced with the tool stems from the fact that since it is not kind of a stand-alone application, it won't integrate with native cloud, like AWS or Azure.""Kafka 2.0 has been released for over a month, and I wanted to try out the new features. However, the configuration is a little bit complicated: Kafka Broker, Kafka Manager, ZooKeeper Servers, etc.""Too much dependency on the zookeeper and leader selection is still the bottleneck for Kafka implementation.""An area for improvement would be growth.""Kafka is a nightmare to administer.""The repository isn't working very well. It's not user friendly.""More Windows support, I believe, is one area where it can improve.""The solution can improve by having automation for developers. We have done many manual calculations and it has been difficult but if it was automated it would be much better."

More Apache Kafka Cons →

"While there is support for API, it's not like the modern API capabilities.""I would like to see faster monitoring tools for this solution.""In terms of volume, it is not able to handle a huge volume. We also have limitations of queues related to IBM MQ. We often need to handle a very big volume, but currently we do have limitations. If those kinds of limitations could be relaxed, it would help us to work better.""Customer support response times could be improved.""IBM HQ's scalability isn't the best.""In the next release, I would like for there to be easier monitoring. The UI should be easier for non-technical users to set up appliances and servers.""The solution requires a lot of work to implement and maintain.""SonicMQ CAA (continuous availability architecture) functionality on auto failover and data persistence should be made available without a shared drive, as it exists in multi-instance queue managers."

More IBM MQ Cons →

Pricing and Cost Advice
  • "I would not subscribe to the Confluent platform, but rather stay on the free open source version. The extra cost wasn't justified."
  • "When starting to look at a distributed message system, look for a cloud solution first. It is an easier entry point than an on-premises hardware solution."
  • "It is open source software."
  • "Licensing issues are not applicable. Apache licensing makes it simple with almost zero cost for the software itself."
  • "Apache Kafka is open-source and can be used free of charge."
  • "Kafka is open-source and it is cheaper than any other product."
  • "Kafka is more reasonably priced than IBM MQ."
  • "The solution is open source; it's free to use."
  • More Apache Kafka Pricing and Cost Advice →

  • "It's super expensive, so ask them if they can consolidate some other licensing costs. But, IBM is IBM, so I guess we'll pay for it."
  • "IBM MQ has a flexible license model based on the Processor Value Unit (PVU) and I recommend it."
  • "Use the new and lightweight version (Liberty) to lower licensing costs. It is also easier to upgrade/maintain."
  • "I think the pricing is reasonable, especially with IIB as a part of it."
  • "Pricing could be better, as with all IBM products. But their performance in production, along with security and scalability, will pay returns in the long run."
  • "99.999 percent availability for less than a penny per message over the past 25 years. IBM MQ is the cheapest software in the IBM software portfolio, and it is one of the best."
  • "IBM MQ appliance has pricing options, but they are costly."
  • "In terms of cost, IBM MQ is slightly on the higher side."
  • More IBM MQ Pricing and Cost Advice →

    report
    Use our free recommendation engine to learn which Message Queue (MQ) Software solutions are best for your needs.
    772,649 professionals have used our research since 2012.
    Answers from the Community
    Netanya Carmi
    Carlos Bittrich - PeerSpot reviewerCarlos Bittrich
    Real User

    It is like comparing apples to oranges. Mq is focus on enabling the communication between two different programs in different systems and guaranteeing the delivery of the messages where Kafka has specialized on the generation of events by a source system that are catch by "listener" programs. 


    MQ is point to point, if the receiving program reads the message from the queue, it dissapears, in the case of Kafka as the event is read by a "listener" program, the event is still there as there could be more then one program that has subscribed to the so called "topic".


    So, as mention in another answer, it depends from the use case. If you have for example a front end program that communicated with a very bad bandwith to another program and you have to send critical data, the best solution could be MQ. If you have an "card stolen" application that needs to alert different systems, you could publish the "stolen" event in the front end app and have any number of system listening to this event.


    Of course it is also valid the argument that Kafka is open source and IBM MQ is propietary but if you are considering a production environment you can find different vendors (including IBM) that provide products based on Kafka open source. 





    Questions from the Community
    Top Answer:Apache Kafka is open source and can be used for free. It has very good log management and has a way to store the data used for analytics. Apache Kafka is very good if you have a high number of users… more »
    Top Answer:Apache Kafka is an open-source solution that can be used for messaging or event processing.
    Top Answer:Hi As someone with 45+ years of experience in the Transaction and Message Processing world, I have seen many "MQ" solutions that have come into the market place. From my perspective, while each… more »
    Top Answer:IBM MQ has a great reputation behind it, and this solution is very robust with great stability. It is easy to use, simple to configure and integrates well with our enterprise ecosystem and protocols… more »
    Top Answer:The feature I find most effective for ensuring message delivery without loss is the backup threshold. This feature allows for automatic retries of transactional messages within a specified threshold.
    Ranking
    Views
    14,022
    Comparisons
    10,578
    Reviews
    31
    Average Words per Review
    576
    Rating
    8.1
    Views
    13,952
    Comparisons
    9,247
    Reviews
    20
    Average Words per Review
    442
    Rating
    8.4
    Comparisons
    ActiveMQ logo
    Compared 29% of the time.
    VMware Tanzu Data Services logo
    Compared 10% of the time.
    Red Hat AMQ logo
    Compared 6% of the time.
    PubSub+ Event Broker logo
    Compared 6% of the time.
    Anypoint MQ logo
    Compared 5% of the time.
    Also Known As
    WebSphere MQ
    Learn More
    Overview

    Apache Kafka is a highly regarded open-source, distributed event streaming platform and Message Queue (MQ) software solution that is valued and trusted worldwide by many of the top fortune 100 companies. It is considered one of the most reliable Message Queue (MQ) software solutions available in the marketplace today.

    Enterprise organizations rely on streaming platforms and MQ software solutions to process the continuous flow of high-performance data pipelines, mission-critical applications, and data integration. Apache Kafka makes it easy to process and distribute messages from one application to another from multiple environments with super-fast speeds and very high reliability.

    Additionally, in place of the usual command line processes regarding administration and management tasks, Apache Kafka supplies five exemplary core APIs for both Scala and Java:

    • Kafka Streams API can be used to facilitate stream processing applications and microservices. Input is seamlessly read from one or more topics and will initiate output to one or more topics, easily converting the input streams to output streams.
    • Kafka Connect API enables users to develop and run reusable data import/export connectors that are able to read and write streams of events from external operating systems and applications, making integration with Apache Kafka simple and streamlined.
    • Consumer API allows users to subscribe and read one or more topics and to process the stream of events produced to them.
    • Admin API gives users the ability to examine and manage brokers, topics, and various other Kafka topics.
    • Producer API using this core element, users are able to write and publish a stream of events to one or more Kafka topics.

    Apache Kafka Benefits

    Apache Kafka has many valuable benefits. Some of its most valuable benefits include:

    • Load Shifting
    • Scalability
    • Decoupling
    • High Throughput
    • High Availability
    • Safe Permanent Storage
    • Excellent Integration Capabilities
    • Large, Reliable, Open-Source Community
    • Mission Critical
    • Wide Array of Available Learning Opportunities

    Not only is Apache Kafka a robust messaging queue it is also a tremendously durable and reliable streaming platform that is fully capable of securely delivering more than one million messages per second, which amounts to trillions of success delivered messages in one day.

    Reviews from Real Users

    “From my experience with Apache Kafka, one of the most notable advantages is its ability to maintain a comprehensive record of historical data that includes every update, alteration, and version of information, unlike a conventional relational database. This feature allows for seamless tracking and analysis of the progression and transformation of the data over time, enabling users to easily review and analyze the history of the information.” Dimitrios Z., Enterprise Architect at Smals vzw

    “We are currently on a legacy version and have found that the latest version of Kafka has solved many of the issues we were facing, such as sequencing, memory management, and more. Additionally, the fact that it is open source is a major benefit.” Pratul S. Software Engineer at a financial services firm

    “The solution has improved our functionality; it's one of the best streaming platforms I've used.” Sreekar N., Co-Founder at Attaika

      IBM MQ is a middleware product used to send or exchange messages across multiple platforms, including applications, systems, files, and services via MQs (messaging queues). This solution helps simplify the creation of business applications, and also makes them easier to maintain. IBM MQ is security-rich, has high performance, and provides a universal messaging backbone with robust connectivity. In addition, it also integrates easily with existing IT assets by using an SOA (service oriented architecture).

      IBM MQ can be deployed:

      • On-premises
      • In the cloud
      • Hybrid cloud

      IBM MQ supports the following APIs:

      • MQI (Message Queue Interface)
      • REST
      • .NET
      • MQTT
      • JMS
      • IBM MQ Light


      IBM MQ Features

      Some of the most powerful IBM MQ features include:

      • High availability
      • Stability and scalability
      • Flexible deployment options
      • Uniform clusters
      • Automated and intelligent workload balancing
      • Broad language, API, and messaging protocol support
      • Administrative features that simplify messaging management
      • Open standards development tools
      • Simple management tools

      IBM MQ Benefits

      Some of the benefits of using IBM MQ include:

      • Multi-style messaging: IBM MQ supports simple multi-style messaging, making it easy to connect diverse systems with support for message queuing, transactions, and more.

      • Reduced risk: With IBM MQ you will never lose a message, and messages are never delivered more than once.

      • Cloud-native: Because IBM MQ has a minimal infrastructure, it is suitable to be cloud-native, and therefore has the capability to always remain on.

      • Available anywhere: Using IBM MQ, you have access to secure messaging anywhere, at any time.

      • Secure: IBM MQ makes sure to keep your data safe by using TLS secured communications, providing access identity management, message-level security, and more measures to protect your information.

      • Easy for application programmers: To use IBM MQ, application programmers do not need to have any knowledge of communications programming.

      • Technical support: IBM MQ has a large user community and also provides support 24/7 as needed.

      Reviews from Real Users

      Below are some reviews and helpful feedback written by IBM MQ users who are currently using the solution.

      PeerSpot user Sunil S., a manager at a financial services firm, explains that they never lose messages are never lost in transit, mentioning that he can store messages and forward them as required: "Whenever payments are happening, such as incoming payments to the bank, we need to notify the customer. With MQ we can actually do that asynchronously. We don't want to notify the customer for each and every payment but, rather, more like once a day. That kind of thing can be enabled with the help of MQ."

      Another PeerSpot reviewer, Luis L. who is a solutions director at Thesys Technologies, says that IBM MQ is a valuable solution and is "A stable and reliable software that offers good integration between different systems."

      The head of operations at a financial services firm notes that "I have found the solution to be very robust. It has a strong reputation, is easy to use, simple to configure in our enterprise software, and supports all the protocols that we use."

      In addition, a Software Engineer at a financial services firm praises the security benefits of it and states that “it has the most security features I've seen in a communication solution. Security is the most important thing for our purposes."

    Sample Customers
    Uber, Netflix, Activision, Spotify, Slack, Pinterest
    Deutsche Bahn, Bon-Ton, WestJet, ARBURG, Northern Territory Government, Tata Steel Europe, Sharp Corporation
    Top Industries
    REVIEWERS
    Financial Services Firm26%
    Computer Software Company18%
    Retailer15%
    Media Company8%
    VISITORS READING REVIEWS
    Financial Services Firm29%
    Computer Software Company13%
    Manufacturing Company6%
    Retailer5%
    REVIEWERS
    Financial Services Firm39%
    Retailer10%
    Insurance Company9%
    Computer Software Company6%
    VISITORS READING REVIEWS
    Financial Services Firm37%
    Computer Software Company13%
    Manufacturing Company6%
    Government5%
    Company Size
    REVIEWERS
    Small Business35%
    Midsize Enterprise15%
    Large Enterprise51%
    VISITORS READING REVIEWS
    Small Business17%
    Midsize Enterprise11%
    Large Enterprise72%
    REVIEWERS
    Small Business9%
    Midsize Enterprise9%
    Large Enterprise82%
    VISITORS READING REVIEWS
    Small Business15%
    Midsize Enterprise11%
    Large Enterprise74%
    Buyer's Guide
    Apache Kafka vs. IBM MQ
    May 2024
    Find out what your peers are saying about Apache Kafka vs. IBM MQ and other solutions. Updated: May 2024.
    772,649 professionals have used our research since 2012.

    Apache Kafka is ranked 1st in Message Queue (MQ) Software with 78 reviews while IBM MQ is ranked 2nd in Message Queue (MQ) Software with 158 reviews. Apache Kafka is rated 8.0, while IBM MQ is rated 8.4. The top reviewer of Apache Kafka writes "Real-time processing and reliable for data integrity". On the other hand, the top reviewer of IBM MQ writes "Offers the ability to batch metadata transfers between systems that support MQ as the communication method". Apache Kafka is most compared with Amazon SQS, Red Hat AMQ, Anypoint MQ, PubSub+ Event Broker and VMware Tanzu Data Services, whereas IBM MQ is most compared with ActiveMQ, VMware Tanzu Data Services, Red Hat AMQ, PubSub+ Event Broker and Anypoint MQ. See our Apache Kafka vs. IBM MQ report.

    See our list of best Message Queue (MQ) Software vendors.

    We monitor all Message Queue (MQ) Software reviews to prevent fraudulent reviews and keep review quality high. We do not post reviews by company employees or direct competitors. We validate each review for authenticity via cross-reference with LinkedIn, and personal follow-up with the reviewer when necessary.