Commit 6c7fd856 by Administrator

Update techhero-coordination-command-natived.yml

parent 9c39a640
......@@ -57,6 +57,8 @@ spring:
type: topic
- name: topic-test-incident-reporting-exchange
type: topic
- name: socket.topic.callback.exchange
tyoe: topic
# 队列
queues:
- name: topic.czlsLog.test
......@@ -68,6 +70,9 @@ spring:
- name: topic.test.incidentReporting.queue
routing-key: topic.test.incidentReporting.queue
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:
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