What is an MQ and why do I want to use it?
Posted
by daveslab
on Stack Overflow
See other posts from Stack Overflow
or by daveslab
Published on 2010-05-19T19:38:52Z
Indexed on
2010/05/19
19:40 UTC
Read the original article
Hit count: 266
Hi folks,
On my team at work, we use the IBM MQ technology a lot for cross-application communication. I've seen lately on Hacker News and other places about other MQ technologies like RabbitMQ. I have a basic understanding of what it is (a commonly checked area to put and get messages), but what I want to know what exactly is it good at? How will I know where I want to use it and when? Why not just stick with more rudimentary forms of interprocess messaging?
© Stack Overflow or respective owner