Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(mq): 添加 RocketMQ消息队列功能 #283

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Sh1tFXXK
Copy link

  • 新增 RocketMQ 相关的配置文件
  • 实现了普通消息、延时消息、顺序消息和事务消息的生产和消费
  • 添加了消息控制器和消息结构类- 更新了 Maven 项目的依赖,增加了 RocketMQ 和 Lombok 相关的依赖
  • PR 修复缺陷请先开 issue 报告缺陷
  • PR 提交新特性请先开 issue 报告新特性
  • PR 请提交到 dev 开发分支上
  • 我们对编码风格有着较为严格的要求,请在阅读代码后模仿类似风格提交
  • 欢迎通过 PR 给我们补充案例

- 新增 RocketMQ 相关的配置文件
- 实现了普通消息、延时消息、顺序消息和事务消息的生产和消费
- 添加了消息控制器和消息结构类- 更新了 Maven 项目的依赖,增加了 RocketMQ 和 Lombok 相关的依赖
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.

2 participants