Commit 915a03d6 by Administrator

Update techhero-resources-basic-pretest.yml

parent fa3b0411
...@@ -43,15 +43,22 @@ spring: ...@@ -43,15 +43,22 @@ spring:
publisher-confirms: true #确认消息已发送到交换机(Exchange) publisher-confirms: true #确认消息已发送到交换机(Exchange)
publisher-returns: true #确认消息已发送到队列(Queue) publisher-returns: true #确认消息已发送到队列(Queue)
# 交换机 # 交换机
exchanges: exchanges:
- name: basic.person.update.exchange - name: basic.person.update.exchange
type: topic type: topic
- name: identity.send.openid.exchange
type: topic
# 队列 # 队列
queues: queues:
- name: basic.person.update.queue - name: basic.person.update.queue
routing-key: basic.person.update.key routing-key: basic.person.update.key
exchange-name: basic.person.update.exchange exchange-name: basic.person.update.exchange
- name: identity.send.openid.queue
routing-key: identity.send.openid.key
exchange-name: identity.send.openid.exchange
minio: minio:
accessKey: C64jEOgaB24CefOo accessKey: C64jEOgaB24CefOo
......
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