Commit 8947be44 by Administrator

Update techhero-coordination-command-natived.yml

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