--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

How do you observe that "federation appears to be set up correctly"?What makes you believe that exchange federation will replicate your queues?It will replicate an exchange (of special type, x-federated) and upstream exchange's bindings there.It will not declare any queues beyond what it needs to operate.There will be a federation link per federated exchange. '^app\.' should match all exchangesthat begin with "app.".Queues are created by queue federation — to make all matching queues appear on/in all federated nodes/clusters [1].Exchange federation, as the name suggests, federates exchanges.
On Thu, Feb 14, 2019 at 9:54 PM frith <erriv...@gmail.com> wrote:
Thanks for all your help today, it's much appreciated.Help me understand you last reply...Here's what I have:Upstream Server (What i want federated/replicated) :host = rabbit.foo.barvhost = /appexchange = app.exchange.topic (there are a ton of queues bound to this exchange)Downstream server:
rabbitmqctl set_parameter -p '/app' federation-upstream fedex-app '{ "uri":"amqp://user:pass@rabbit.foo.bar/%2fapp" , "prefetch-count":1000, "reconnect-delay":1, "ack-mode":"on-confirm", "trust-user-id":false, "exchange":"app.exchange.topic", "max-hops":10, "message-ttl":86400000 }'
rabbitmqctl set_parameter -p '/app' federation-upstream fedex-app '{ "uri":"amqp://user:pa...@rabbit.foo.bar/%2fapp" , "prefetch-count":1000, "reconnect-delay":1, "ack-mode":"on-confirm", "trust-user-id":false, "exchange":"app.exchange.topic", "max-hops":10, "message-ttl":86400000 }'
rabbitmqctl set_parameter -p '/app' federation-upstream fedex-app '{ "uri":"amqp://user:pass@rabbit.foo.bar/%2fapp" , "prefetch-count":1000, "reconnect-delay":1, "ack-mode":"on-confirm", "trust-user-id":false, "exchange":"app.exchange.topic", "max-hops":10, "message-ttl":86400000 }'