Commit 5148ab94 by Administrator

Update techhero-coordination-command-natived.yml

parent 88f86690
...@@ -88,6 +88,12 @@ spring: ...@@ -88,6 +88,12 @@ spring:
type: topic type: topic
- name: socket.topic.callback.exchange - name: socket.topic.callback.exchange
type: topic type: topic
# 人员流数据提交到本系统的队列交换机
- name: command.push.personnel.exchange
type: topic
# 试卷流数据提交到本系统的队列交换机
- name: command.push.testpaper.exchange
type: topic
# 队列 # 队列
queues: queues:
- name: topic.czlsLog.test - name: topic.czlsLog.test
...@@ -105,6 +111,58 @@ spring: ...@@ -105,6 +111,58 @@ spring:
- 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
# 工作人员签到推送队列
- name: command.push.personnel.worker-signin.queue
routing-key: command.push.personnel.worker-signin.key
exchange-name: command.push.personnel.exchange
# 人员违纪信息推送队列
- name: command.push.personnel.break-the-rule.queue
routing-key: command.push.personnel.break-the-rule.key
exchange-name: command.push.personnel.exchange
# 考生已入场信息推送队列
- name: command.push.personnel.examinee-entrance.queue
routing-key: command.push.personnel.examinee-entrance.key
exchange-name: command.push.personnel.exchange
# 作答系统(考点端)考生状态推送队列
- name: command.push.testpaper.answer-examinee-status.queue
routing-key: command.push.testpaper.answer-examinee-status.key
exchange-name: command.push.testpaper.exchange
# 试题导入计划&导入时间队列
- name: command.push.testpaper.import-plan.queue
routing-key: command.push.testpaper.import-plan.key
exchange-name: command.push.testpaper.exchange
# 试题接收情况推送(国家端)队列
- name: command.push.testpaper.accept-status-country.queue
routing-key: command.push.testpaper.accept-statu-country.key
exchange-name: command.push.testpaper.exchange
# 试题按考点打包状态推送(国家端)队列
- name: command.push.testpaper.site-pack-status.queue
routing-key: command.push.testpaper.site-pack-statu.key
exchange-name: command.push.testpaper.exchange
# 试题接收状态推送(考点端)队列
- name: command.push.testpaper.accept-status-site.queue
routing-key: command.push.testpaper.accept-statu-site.key
exchange-name: command.push.testpaper.exchange
# 作答系统(考点端)试题接收检验状态推送队列
- name: command.push.testpaper.answer-accept-check-status.queue
routing-key: command.push.testpaper.answer-accept-check-status.key
exchange-name: command.push.testpaper.exchange
# 作答系统(考点端)解密试题包状态推送队列
- name: command.push.testpaper.answer-decode-status.queue
routing-key: command.push.testpaper.answer-decode-status.key
exchange-name: command.push.testpaper.exchange
# 作答系统(考点端)答卷打包状态推送队列
- name: command.push.testpaper.answer-pack-status.queue
routing-key: command.push.testpaper.answer-pack-status.key
exchange-name: command.push.testpaper.exchange
# 回收系统(考点端)收到答卷包状态推送队列
- name: command.push.testpaper.recycle-accept-pack-status-site.queue
routing-key: command.push.testpaper.recycle-accept-pack-status-site.key
exchange-name: command.push.testpaper.exchange
# 回收系统(国家端)收到答卷包状态推送队列
- name: command.push.testpaper.recycle-accept-pack-status-country.queue
routing-key: command.push.testpaper.recycle-accept-pack-status-country.key
exchange-name: command.push.testpaper.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