Commit 6c7fd856 by Administrator

Update techhero-coordination-command-natived.yml

parent 9c39a640
...@@ -57,6 +57,8 @@ spring: ...@@ -57,6 +57,8 @@ spring:
type: topic type: topic
- name: topic-test-incident-reporting-exchange - name: topic-test-incident-reporting-exchange
type: topic type: topic
- name: socket.topic.callback.exchange
tyoe: topic
# 队列 # 队列
queues: queues:
- name: topic.czlsLog.test - name: topic.czlsLog.test
...@@ -68,6 +70,9 @@ spring: ...@@ -68,6 +70,9 @@ spring:
- name: topic.test.incidentReporting.queue - name: topic.test.incidentReporting.queue
routing-key: topic.test.incidentReporting.queue routing-key: topic.test.incidentReporting.queue
exchange-name: topic-test-incident-reporting-exchange exchange-name: topic-test-incident-reporting-exchange
- name: socket.topic.callback.queue
routing-key: command.socket.topic.callback
exchange-name: socket.topic.callback.exchange
rabbitmq: rabbitmq:
czlsLog: czlsLog:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment