Skip to content

RabbitMQ 社区资源

概述

本文档整理了 RabbitMQ 社区资源,包括论坛、博客、开源项目等,帮助开发者获取社区支持和技术交流。

官方社区

讨论区

平台地址说明
RabbitMQ Google Grouphttps://groups.google.com/g/rabbitmq-users官方用户讨论组
GitHub Discussionshttps://github.com/rabbitmq/rabbitmq-server/discussionsGitHub 讨论
Stack Overflowhttps://stackoverflow.com/questions/tagged/rabbitmq问答平台

问题反馈

类型地址说明
GitHub Issueshttps://github.com/rabbitmq/rabbitmq-server/issuesBug 报告
Mailing Listrabbitmq-users@googlegroups.com邮件列表

中文社区

技术论坛

平台地址说明
掘金https://juejin.cn/tag/RabbitMQ技术文章
思否https://segmentfault.com/t/rabbitmq问答社区
CSDNhttps://www.csdn.net/博客平台
开源中国https://www.oschina.net/开源社区

微信公众号

公众号内容方向
阿里技术云原生、中间件技术
美团技术团队大规模实践分享
腾讯技术工程技术实践案例
InfoQ技术资讯和深度文章

QQ群/微信群

类型说明
RabbitMQ 中文交流群搜索相关群组加入
Spring 技术交流群含 RabbitMQ 讨论
微服务架构交流群消息队列讨论

技术博客

官方博客

博客地址更新频率
RabbitMQ Bloghttps://blog.rabbitmq.com/月更
VMware Tanzu Bloghttps://tanzu.vmware.com/blog周更

技术团队博客

团队地址特色内容
美团技术团队https://tech.meituan.com/大规模应用实践
阿里技术https://developer.aliyun.com/云原生实践
字节跳动技术团队https://juejin.cn/user/1838039854948338高并发实践
有赞技术团队https://tech.youzan.com/电商场景实践

个人博客

博主地址专注领域
胡皓https://www.hohowell.com/Spring 生态
翟永超https://blog.didispace.com/Spring Boot

开源项目

客户端库

项目语言Stars地址
PikaPython10k+https://github.com/pika/pika
php-amqplibPHP5k+https://github.com/php-amqplib/php-amqplib
amqplibNode.js3k+https://github.com/amqp-node/amqplib
amqp091-goGo2k+https://github.com/rabbitmq/amqp091-go
BunnyRuby2k+https://github.com/ruby-amqp/bunny

框架集成

项目说明地址
Spring AMQPSpring 官方集成https://github.com/spring-projects/spring-amqp
MassTransit.NET 消息框架https://github.com/MassTransit/MassTransit
KombuPython 消息库https://github.com/celery/kombu
CeleryPython 异步任务队列https://github.com/celery/celery

管理工具

项目说明地址
rabbitmqadmin官方管理工具随 RabbitMQ 安装
HOPJava 客户端库https://github.com/rabbitmq/hop
rabbitmq-http-client.NET 客户端https://github.com/rabbitmq/rabbitmq-dotnet-http-client

示例项目

项目说明地址
RabbitMQ Tutorials官方教程代码https://github.com/rabbitmq/rabbitmq-tutorials
Spring Boot SamplesSpring 示例https://github.com/spring-projects/spring-boot/tree/main/spring-boot-samples

会议与活动

国际会议

会议说明频率
RabbitMQ Summit官方峰会年度
QCon全球软件开发大会年度
DevoxxJava 技术大会年度

国内会议

会议说明频率
ArchSummit架构师峰会年度
QCon China全球软件开发大会年度
COSCUP开源人年会年度

社交媒体

Twitter

账号说明
@RabbitMQ官方账号
@SpringCentralSpring 官方
@vmwaretanzuVMware Tanzu

LinkedIn

页面说明
RabbitMQ官方页面
VMware公司页面

贡献指南

如何贡献

方式说明
提交 Issue报告 Bug 或提出功能建议
提交 PR贡献代码或文档
翻译文档帮助翻译官方文档
分享经验撰写技术文章

贡献地址

项目地址
RabbitMQ Serverhttps://github.com/rabbitmq/rabbitmq-server
RabbitMQ Websitehttps://github.com/rabbitmq/rabbitmq-website
RabbitMQ Tutorialshttps://github.com/rabbitmq/rabbitmq-tutorials

使用示例

获取社区帮助

markdown
## 提问模板

### 环境信息
- RabbitMQ 版本: 3.12.x
- 操作系统: CentOS 7
- 客户端语言: Java / Spring Boot 2.7.x

### 问题描述
[详细描述遇到的问题]

### 复现步骤
1. 步骤一
2. 步骤二
3. 步骤三

### 期望结果
[描述期望的行为]

### 实际结果
[描述实际发生的情况]

### 日志/错误信息

[粘贴相关日志]


### 已尝试的解决方案
- 方案一
- 方案二

参与社区讨论

bash
# 订阅邮件列表
# 发送邮件到 rabbitmq-users+subscribe@googlegroups.com

# 查看 Stack Overflow 问题
# https://stackoverflow.com/questions/tagged/rabbitmq

# 加入 GitHub Discussions
# https://github.com/rabbitmq/rabbitmq-server/discussions

注意事项

  1. 提问礼仪: 提问前先搜索,提供完整信息
  2. 版本说明: 提问时说明使用的版本
  3. 隐私保护: 不要在公开平台泄露敏感信息
  4. 贡献回馈: 获得帮助后回馈社区

相关链接