Apache RocketMQ 是一个分布式消息中间件,最初由阿里巴巴开发并贡献给 Apache 基金会。具有低延迟、高可靠、高性能等特点,广泛应用于电商、金融等场景。Documentation Index
Fetch the complete documentation index at: https://amigoer.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
目录
文档结构
| 文档 | 内容 |
|---|---|
| 核心概念 | 架构、组件、消息模型、存储结构 |
| 消息类型 | 普通/顺序/延迟/事务/批量消息 |
| 安装部署 | Docker/Linux 安装、常用命令 |
| 客户端使用 | Go(重点)、Java、Spring Boot |
核心特性
- 低延迟:毫秒级消息投递
- 高可靠:消息持久化、主从复制
- 高性能:单机十万级 TPS
- 丰富消息类型:顺序、延迟、事务消息
参考资料
- RocketMQ 官方文档:https://rocketmq.apache.org/docs/