Files
amos c0d23dbbe1
Some checks are pending
Build and Run Tests by Bazel / bazel-compile (ubuntu-latest) (push) Waiting to run
CodeQL Analysis / CodeQL-Build (push) Waiting to run
Coverage / calculate-coverage (push) Waiting to run
Run Integration Tests / maven-compile (ubuntu-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (macos-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (ubuntu-latest, JDK-8) (push) Waiting to run
Build and Run Tests by Maven / maven-compile (windows-latest, JDK-8) (push) Waiting to run
Misspell Check / misspell-check (push) Waiting to run
PUSH-CI / Build dist tar (push) Waiting to run
PUSH-CI / Docker images (ubuntu, 8) (push) Blocked by required conditions
PUSH-CI / List version (push) Blocked by required conditions
PUSH-CI / Deploy RocketMQ For E2E (push) Blocked by required conditions
PUSH-CI / Deploy RocketMQ For Benchmarking (push) Blocked by required conditions
PUSH-CI / Test E2E grpc java (push) Blocked by required conditions
PUSH-CI / Test E2E golang (push) Blocked by required conditions
PUSH-CI / Test E2E remoting java (push) Blocked by required conditions
PUSH-CI / Performance benchmark test (push) Blocked by required conditions
PUSH-CI / Clean E2E (push) Blocked by required conditions
PUSH-CI / Clean Benchmarking (push) Blocked by required conditions
upload source code
2025-05-21 14:41:59 +08:00
..
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +08:00
2025-05-21 14:41:59 +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待补充