I have a question about configuring shovel for my application. &nbsp;We currently have two broker clusters that are separated by a network partition; one cluster of two brokers in AWS, and another cluster of two brokers in a separate network environment. &nbsp;The non-AWS cluster is the "master", so we want to shovel items from the AWS cluster to the master.<div><br></div><div>The shovel configuration allows for multiple source brokers, but if I want redundant shovels running, how should I set them up? &nbsp;Should I create a shovel in each of the clustered AWS brokers that is configured to connect only to the broker its installed on, create a non-mirrored queue for that shovel to consume, and bind it only to the local exchange? &nbsp;Or should I be trying to configure each shovel to declare a mirrored queue and connect to each broker? &nbsp;It seems like the latter would cause every message to be published twice.</div><div><br></div>