Skip to content

Commit

Permalink
SpringBoot2.0 整合 RocketMQ ,实现请求异步处理
Browse files Browse the repository at this point in the history
SpringBoot2.0 整合 RocketMQ ,实现请求异步处理
  • Loading branch information
知了一笑 authored Aug 23, 2019
1 parent 560c029 commit 07cbeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ware-rocket-queue/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rocketmq:
# 官方建议:确保同一组中的每个消费者订阅相同的主题。
groupName: FeePlatGroup
# 服务地址
namesrvAddr: 10.1.20.107:9876
namesrvAddr: 127.0.0.1:9876
# 接收该 Topic 下所有 Tag
topics: FeePlatTopic~*;
consumeThreadMin: 20
Expand Down

0 comments on commit 07cbeb6

Please sign in to comment.