Hi all,<div><br></div><div>I have been experimenting with Shovel to transport messages between brokers over WAN links.</div><div>I would like to give the "federation" plugin a shot.</div><div><br></div><div>I was wondering where do I have to install and configure the federation plugin? &nbsp;Does the federation exchange "pull" as a matter of speaking messages from a remote queue and publishes these into its own "federation exchange" in order to route them to the right queue(s)?</div><div><br></div><div>If I have a Shovel config like this, ... how would that translate in a "federation config" ?<br></div><div><br></div><div><div>[{rabbitmq_shovel,</div><div>&nbsp; [{shovels,</div><div>&nbsp; &nbsp; [{scan_results_city1,</div><div>&nbsp; &nbsp; &nbsp; [{sources, &nbsp; &nbsp; &nbsp;[{broker,"amqp://localhost"}]},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{destinations, [{broker, "amqp://server02"}]},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{queue, &lt;&lt;"scan_results"&gt;&gt;},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{ack_mode, on_confirm},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{publish_properties, [{delivery_mode, 2}]},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{publish_fields, [{exchange, &lt;&lt;""&gt;&gt;},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{routing_key, &lt;&lt;"scan_results"&gt;&gt;}]},</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{reconnect_delay, 5}</div><div>&nbsp; &nbsp; &nbsp; ]}</div><div>&nbsp; &nbsp; &nbsp;]</div><div>&nbsp; &nbsp;}]</div><div>}].</div></div><div><br></div><div>Thanks for the help,</div><div><br></div><div>J</div><div><br></div><div><br></div>