Hacker News new | ask | show | jobs
by codewright 4952 days ago
When using a message queue you're forced/expected to flush messages quickly, this is often not the case.
1 comments

There are lots of message queues that overcome this. A good example is Apache Kafka (http://incubator.apache.org/kafka/)
Actually I was considering mentioning Kafka when I wrote that comment and contrasting it with RabbitMQ.