Skip to content

Commit

Permalink
增加 spring cloud stream rabbitmq 示例
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Mar 3, 2020
1 parent 0f9391b commit d7d68a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@
## 消息队列

* [《芋道 Spring Cloud Alibaba 消息队列 RocketMQ 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/RocketMQ/?github) 对应 [labx-06](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-06)
* 《芋道 Spring Cloud Alibaba 消息队列 RabbitMQ 入门》
* 《芋道 Spring Cloud Alibaba 消息队列 Kafka 入门》
* [《芋道 Spring Cloud 消息队列 RabbitMQ 入门》](http://www.iocoder.cn/Spring-Cloud/RabbitMQ/?github) 对应 [lab10-06](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-10)
* 《芋道 Spring Cloud 消息队列 Kafka 入门》

## 链路追踪

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spring:
demo01-input:
destination: DEMO-TOPIC-01 # 目的地。这里使用 RabbitMQ Exchange
content-type: application/json # 内容格式。这里使用 JSON
group: demo01-consumer-group-DEMO-TOPIC-02 # 消费者分组
group: demo01-consumer-group-DEMO-TOPIC-01 # 消费者分组
binder: rabbit001 # 设置使用的 Binder 名字

server:
Expand Down

0 comments on commit d7d68a6

Please sign in to comment.