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

14 lines
281 B
YAML

---
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
...