Commit 6a448149 by Administrator

Update techhero-coordination-command-natived.yml

parent 83722804
......@@ -51,10 +51,20 @@ spring:
# 交换机
exchanges:
- name: basic.person.update.exchange
- name: topicCzlsLogExchangeTest
type: topic
- name: alarm-message-test
type: topic
- name: topic-test-incident-reporting-exchange
type: topic
# 队列
queues:
- name: basic.person.update.queue
routing-key: basic.person.update.key
exchange-name: basic.person.update.exchange
- name: topic.czlsLog.test
routing-key: topic.czlsLog.test
exchange-name: topicCzlsLogExchangeTest
- name: Alarm-Event-Msg-test
routing-key: Alarm-Event-Msg-test
exchange-name: alarm-message-test
- name: topic.test.incidentReporting.queue
routing-key: topic.test.incidentReporting.queue
exchange-name: topic-test-incident-reporting-exchange
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