Files
rocketmq/docs/cn
Ji Juntao 705e717a09 [ISSUE #4725] Optimize the CK/ACK 's invisibleTime in POP consumption mode. (#4753)
* Replace scheduled message in Pop with timer message.

* add unit test.

* refactor

* WIP

* improve unit test

* improve unit test

* improve unit test

* fix unnecessary stubbing problem.

* fix misspelling 'replase' in doc.

* refactor and rebuild

* fix the bug of #4702

Co-authored-by: 傅冲 <yubao.fyb@alibaba-inc.com>
2022-08-08 16:00:25 +08:00
..
2022-07-08 15:46:23 +08:00
2021-01-23 18:05:44 +08:00
2022-07-28 19:25:34 +08:00
2021-06-23 14:41:59 +08:00
2021-06-24 10:36:07 +08:00
2019-10-25 07:48:12 +08:00

Apache RocketMQ开发者指南

这个开发者指南是帮助您快速了解,并使用 Apache RocketMQ

1. 概念和特性

2. 架构设计

  • 架构(Architecture):介绍RocketMQ部署架构和技术架构。

  • 设计(Design):介绍RocketMQ关键机制的设计原理,主要包括消息存储、通信机制、消息过滤、负载均衡、事务消息等。

3. 样例

  • 样例(Example) :介绍RocketMQ的常见用法,包括基本样例、顺序消息样例、延时消息样例、批量消息样例、过滤消息样例、事务消息样例等。

4. 最佳实践

5. 运维管理

  • 集群部署(Operation):介绍单Master模式、多Master模式、多Master多slave模式等RocketMQ集群各种形式的部署方法以及运维工具mqadmin的使用方式。

6. RocketMQ 5.0 新特性

7. API Reference(待补充)