Commit 8947be44 by Administrator

Update techhero-coordination-command-natived.yml

parent f6c3c239
......@@ -84,6 +84,8 @@ spring:
type: topic
- name: topic-test-incident-reporting-exchange
type: topic
- name: topic-test-incident-reporting-exchange-resource
type: topic
- name: socket.topic.callback.exchange
type: topic
# 队列
......@@ -97,6 +99,9 @@ spring:
- name: topic.test.incidentReporting.queue
routing-key: topic.test.incidentReporting.queue
exchange-name: topic-test-incident-reporting-exchange
- name: topic.test.incidentReporting.queue.resource
routing-key: topic.test.incidentReporting.queue.resource
exchange-name: topic-test-incident-reporting-exchange-resource
- name: socket.topic.callback.queue
routing-key: techhero-coordination-command.socket.topic.callback
exchange-name: socket.topic.callback.exchange
......@@ -108,6 +113,9 @@ rabbitmq:
incidentReporting:
exchange: topic-test-incident-reporting-exchange
queue: topic.test.incidentReporting.queue
incidentReportingFromResource:
exchange: topic-test-incident-reporting-exchange-resource
queue: topic.test.incidentReporting.queue.resource
alarmMessage:
exchange: alarm-message-test
queue: Alarm-Event-Msg-test
......
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