Hi, I have two clusters of RabbitMQ with different network.
I have a requirement to sync the data between these clusters including all the queue and message.
I can use the federation plugin to sync message between the cluster. But now I am confused about how to sync the queue between these clusters.
Is there any way to sync the queue between 2 cluster with different network?
For example, if I create queue A in cluster A than queue A will be automatically create in cluster B, but cluster A and cluster B are in different network.
Thanks.