From e5c5720d5bb458ff228a36dfea70f2070c86ee4f Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Fri, 22 Mar 2019 19:51:27 +0000 Subject: [PATCH] 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. --- roles/rabbitmq_cluster/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/tasks/main.yml b/roles/rabbitmq_cluster/tasks/main.yml index fbc7a2458a..d590ff0b5b 100644 --- a/roles/rabbitmq_cluster/tasks/main.yml +++ b/roles/rabbitmq_cluster/tasks/main.yml @@ -306,7 +306,7 @@ apply_to: exchanges name: pubsub-to-public_pubsub state: present - pattern: "^amq\\.topic$" + pattern: "^(amq|zmq)\\.topic$" tags: federation-upstream: "pubsub-to-public_pubsub" vhost: /public_pubsub