您的位置:首页 > 其它

【RocketMq】什么是,对比ActiveMq和Kafka

2017-07-31 09:59 246 查看
什么是RockMq:

    Apache RocketMQ™ is an open source distributed messaging and streaming data platform.

为什么会有RocketMq:

    Based on our research, with increased queues and virtual topics in use, ActiveMQ IO module reaches a bottleneck. We tried our best to solve this problem through throttling, circuit breaker
or degradation, but it did not work well. So we begin to focus on the popular messaging solution Kafka at that time. Unfortunately, Kafka can not meet our requirements especially in terms of low latency and high reliability, see here for details.

     In this context, we decided to invent a new messaging engine to handle a broader set of use cases, ranging from traditional pub/sub scenarios to high volume real-time zero-loss tolerance
transaction system. 

对比图



链接:http://rocketmq.apache.org/docs/motivation/




   英语很重要,但让我看懂官网文档的,首当其冲的是技术

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: