opt: 任务发送消费者topic定义
This commit is contained in:
@@ -78,9 +78,12 @@ spring:
|
||||
|
||||
# rocketmq 配置项,对应 RocketMQProperties 配置类
|
||||
rocketmq:
|
||||
name-server: 127.0.0.1:9876 # RocketMQ Namesrv
|
||||
name-server: 192.168.81.193:9876 # RocketMQ Namesrv
|
||||
producer:
|
||||
group: ${spring.application.name}_TASK_DEV_PRODUCER # 生产者分组
|
||||
group: task-producer-dev-group # 生产者分组
|
||||
consumer:
|
||||
task:
|
||||
topic: task-status-change-dev-topic
|
||||
|
||||
spring:
|
||||
# RabbitMQ 配置项,对应 RabbitProperties 配置类
|
||||
|
||||
Reference in New Issue
Block a user