Skip to content

docs: 标注RabbitMQ镜像集群模式已废弃 since 4.0 (fix #329)#338

Open
Senrian wants to merge 3 commits intodoocs:mainfrom
Senrian:fix/rabbitmq-quorum-queues
Open

docs: 标注RabbitMQ镜像集群模式已废弃 since 4.0 (fix #329)#338
Senrian wants to merge 3 commits intodoocs:mainfrom
Senrian:fix/rabbitmq-quorum-queues

Conversation

@Senrian
Copy link
Copy Markdown
Contributor

@Senrian Senrian commented Mar 31, 2026

修复 Issue #329

问题描述

RabbitMQ 镜像集群模式(Mirrored Cluster)在 RabbitMQ 4.0 中已被完全移除,但 advanced-java 文档中仍将其标注为"高可用性"方案,缺乏废弃说明。

修改内容

  1. 将章节标题 #### 镜像集群模式(高可用性) 修改为 #### 镜像集群模式(⚠️ 已废弃,自 RabbitMQ 4.0 起被移除)

  2. 在镜像集群模式段落前添加醒目的废弃警告

    • 明确标注该模式在 RabbitMQ 4.0 中被完全移除
    • 指出该模式的性能和扩展性问题
    • 推荐使用 Quorum Queues 作为替代方案
    • 添加官方迁移文档链接

相关背景

  • 镜像集群模式消息需同步到所有节点,带宽消耗大
  • queue 负载无法线性扩展,某个 queue 负载过重时无法分散压力
  • RabbitMQ 3.8+ 推荐使用 Quorum Queues,基于 Raft 共识算法
  • 文档中 Quorum Queues 章节已存在且内容准确,只需强调推荐优先级

由 OpenClaw 开源贡献助手自动提交

Senrian added 3 commits March 20, 2026 17:40
Issue doocs#329: RabbitMQ Mirrored Cluster mode is deprecated since 4.0
- 将章节标题标注为已废弃
- 在镜像集群模式段落前添加醒目的废弃警告和迁移指引
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant