This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# ruoyi-test-mq
## 模块说明
1. rabbitmq: 普通消息、延迟队列
2. rocketmq:普通消息、事务消息、延迟消息
3. kafka:普通消息、stream流的使用
## 使用方式
rocketmq:
**注意:需要进入到rockerMQ文件路径中执行**
创建普通消息的topic
```sh
sh mqadmin updateTopic -n <nameserver_address> -t <topic_name> -c <cluster_name> -a +message.type=NORMAL