2021-10-14T12:03:00Z

What Message Queue (MQ) Software do you recommend? Why?

CE
  • 4
  • 203
PeerSpot user
3

3 Answers

Namrata G - PeerSpot reviewer
Real User
Top 5
2022-03-04T16:13:29Z
Mar 4, 2022

I have personally worked on projects which relied on MQ technologies since it helps in the decoupling of services. My work has mainly been in the capital market domain. I can give you a couple of examples of queue usage.


One was typically to have data for stock charts wherein data couldn't be missed and data had to be in order. 


We had used MSMQ since we were on the Microsoft platform at that time. But any queuing mechanism like RabbitMQ would have worked fantastic.


Another example is pub/sub usage wherein some control messages have to flow between multiple services. I have used RabbitMQ for such situations.


Though there is a lot of good word around Kafka, I feel it's a bit complex and overkill in some situations. However, there are specific areas where only Kafka is suitable.


In conclusion, for simple queueing or pub/sub, I would recommend RabbitMQ.

Search for a product comparison in Message Queue (MQ) Software
AVM_tech - PeerSpot reviewer
Vendor
2021-11-15T16:34:47Z
Nov 15, 2021

Hi - this is a really good page to understand more about the differences between message queuing technologies and Kafka: https://developer.ibm.com/arti... 


In short, if you need conversational messaging (request/response) or targeted reliable delivery (exactly-once delivery), and you don't need the data stored for historical purposes then message queuing is perfect. 


If you want to expose data for insight and status, and you don't have a specific intended recipient for that data, then something like Kafka (or a software product that offers publish/subscribe capabilities) is a good fit. 


In terms of products, IBM MQ is the market leader (both in terms of capabilities and the number of customers using the technology in production) for Message Queuing and it also provides support for fine-grained events through Pub/Sub capabilities. Many of the world's leading banks, healthcare organizations, manufacturing businesses, etc use IBM MQ either on-premise in their own private data centers or on the public cloud. 


If you want to try it out, here is a really good set of developer materials to get you started and there is a badge at the end to demonstrate that you can create a production-ready messaging solution. It takes about 2 hours to complete: https://developer.ibm.com/lear... 

Wallace Hugh - PeerSpot reviewer
Real User
Top 5Leaderboard
2021-10-18T19:24:25Z
Oct 18, 2021

I would recommend Apache Kafka as the preferred option. 


It is an open-source project and has most of the user community members to contribute/enhance. It is relatively mature. 

Find out what your peers are saying about Apache, IBM, Amazon and others in Message Queue (MQ) Software. Updated: March 2024.
765,234 professionals have used our research since 2012.
Message Queue (MQ) Software
What is a message queue? A message queue refers to a list or series of actionable work objects waiting to be dealt with by an agreed-upon IT process.
Download Message Queue (MQ) Software ReportRead more

Message Queue (MQ) Software experts

Joaquin Marques - PeerSpot reviewer
Radhey Rajput - PeerSpot reviewer
Gustavo Magni - PeerSpot reviewer
Ravi Kuppusamy - PeerSpot reviewer
Harsha Ravnikar - PeerSpot reviewer
Ismail El-Dahshan - PeerSpot reviewer
AbhishekGupta - PeerSpot reviewer
Nor EL MALKI - PeerSpot reviewer