Commit 0f49c36b by Administrator

Update techhero-resources-examination-natived.yml

parent 3b20b544
...@@ -18,6 +18,9 @@ spring: ...@@ -18,6 +18,9 @@ spring:
# 在籍考生照片导入 # 在籍考生照片导入
- name: import_verification_registered_candidates_photo_exchange - name: import_verification_registered_candidates_photo_exchange
type: topic type: topic
# 报考考生照片导入
- name: import_bkks_photo_photo_exchange
type: topic
# 队列 # 队列
queues: queues:
# 在籍考生导入,实时单笔验证队列 # 在籍考生导入,实时单笔验证队列
...@@ -28,7 +31,7 @@ spring: ...@@ -28,7 +31,7 @@ spring:
- name: import_verification_registered_candidates_photo_queue - name: import_verification_registered_candidates_photo_queue
routing-key: import_verification_registered_candidates_photo_key routing-key: import_verification_registered_candidates_photo_key
exchange-name: import_verification_registered_candidates_photo_exchange exchange-name: import_verification_registered_candidates_photo_exchange
# 报考考生照片导入验证队列 # 报考考生照片导入验证队列
- name: import_bkks_photo_photo_queue - name: import_bkks_photo_photo_queue
routing-key: import_bkks_photo_key routing-key: import_bkks_photo_key
exchange-name: import_bkks_photo_photo_exchange exchange-name: import_bkks_photo_photo_exchange
......
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