14 lines
281 B
YAML
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
|
|
...
|