On 15/07/2014 3:48PM, Victor Godoy Poluceno wrote:
> Hi all,
>
> I've an use case where an arbitrary number of queues are create
> dynamically, and those queues always bind to a topic exchange. To
> achieve HA I'm using two brokers with round robin strategy.
>
> As my client may connect to any instance at any time, I've setup a pair
> of federated exchanges and queues. It works pretty well, both exchanges
> and queues got replicated to the other side.
Hmm, do you mean both the exchanges and queues are federated? That might
not be what you want, see:
http://www.rabbitmq.com/federated-queues.html#pitfalls
> But, the replication process does not seems to replicate the bind of
> queue to an exchange. So, the federated queue never has the bind and
> does not receive any messages from the federated exchange.
No, it doesn't. I will file a bug to do that.
Cheers, Simon