ansible-ops-management/vars/rabbitmq/mbs/rabbitmq_topics.yml

14 lines
281 B
YAML
Raw Normal View History

2023-07-17 07:03:20 +00:00
---
rabbitmq_topics:
2023-07-23 04:25:14 +00:00
- name: "zmq.topic"
exchange_type: "topic"
vhosts:
- vhost: "public_pubsub"
destination: "amq.topic"
destination_type: "exchange"
routing_key: "#"
binding: true
- vhost: "pubsub"
binding: false
2023-07-17 07:03:20 +00:00
...