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

14 lines
281 B
YAML
Raw Normal View History

2024-04-02 05:46:41 +00:00
---
rabbitmq_topics:
- name: "zmq.topic"
exchange_type: "topic"
vhosts:
- vhost: "public_pubsub"
destination: "amq.topic"
destination_type: "exchange"
routing_key: "#"
binding: true
- vhost: "pubsub"
binding: false
...