Y
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
i0exception
4952 days ago
There are lots of message queues that overcome this. A good example is Apache Kafka (
http://incubator.apache.org/kafka/
)
link
codewright
4952 days ago
Actually I was considering mentioning Kafka when I wrote that comment and contrasting it with RabbitMQ.
link