I'm experimenting with the RabbitMQ and also the Federation plugin. I want to test RabbitMQ Federation with two brokers configured for bi-directional upstream but my sender/receiver python scripts use the "default" exchange ... which does not get Federated.
Can you federate the "default" exchange? If yes, how? Also if yes, should you (in terms of best-practices, etc) federate the "default" exchange?
In the short term, I will probably just go with creating a new "hello-exchange" and then federating that and rejiggering my sender/receiver to use this new exchange.