0MQ: A new approach to messaging
0MQ: A new approach to messaging
Posted Jan 21, 2010 19:37 UTC (Thu) by chrish (guest, #351)In reply to: 0MQ: A new approach to messaging by mato
Parent article: 0MQ: A new approach to messaging
I'd be really curious to hear more about how 0MQ compares with AMQP solutions, and in particular RabbitMQ (which was the message queueing project I was keeping an eye on before this article). Any comments on the strengths and weaknesses of each? Among others, what kind of features are possible only when you have a piece of software sitting between senders and receivers (as RabbitMQ)?
Posted Jan 22, 2010 7:19 UTC (Fri)
by sustrik (guest, #62161)
[Link]
From technical point of view, not having a broker means there's no centralised management, configuration, logging etc. On the other hand, not having a broker means there's no single point of failure.
Btw, nice piece of software, RabbitMQ is.
0MQ: A new approach to messaging