diff --git a/techhero-coordination-command-natived.yml b/techhero-coordination-command-natived.yml index f34be6d..3b6c83b 100644 --- a/techhero-coordination-command-natived.yml +++ b/techhero-coordination-command-natived.yml @@ -88,6 +88,12 @@ spring: type: topic - name: socket.topic.callback.exchange type: topic + # 人员流数据提交到本系统的队列交换机 + - name: command.push.personnel.exchange + type: topic + # 试卷流数据提交到本系统的队列交换机 + - name: command.push.testpaper.exchange + type: topic # 队列 queues: - name: topic.czlsLog.test @@ -105,6 +111,58 @@ spring: - name: socket.topic.callback.queue routing-key: techhero-coordination-command.socket.topic.callback 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: czlsLog: