rabbitmq_cluster: federate both amq.topic and zmq.topic
Native AMQP clients publish to amq.topic, but the zmq-to-amqp bridge publishes to zmq.topic so we can keep track of who's publishing where.
This commit is contained in:
parent
106c7f9d5a
commit
e5c5720d5b
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@
|
||||||
apply_to: exchanges
|
apply_to: exchanges
|
||||||
name: pubsub-to-public_pubsub
|
name: pubsub-to-public_pubsub
|
||||||
state: present
|
state: present
|
||||||
pattern: "^amq\\.topic$"
|
pattern: "^(amq|zmq)\\.topic$"
|
||||||
tags:
|
tags:
|
||||||
federation-upstream: "pubsub-to-public_pubsub"
|
federation-upstream: "pubsub-to-public_pubsub"
|
||||||
vhost: /public_pubsub
|
vhost: /public_pubsub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue