[rabbitmq-discuss] Federation chokes on load
Simon MacMullen
simon at rabbitmq.com
Tue Mar 4 17:56:38 GMT 2014
Hi Patrik.
On 03/03/14 21:41, Patrik Ring wrote:
> Some messages come through (but are heavily delayed, as in hours) but
> they seem completely random.
That's definitely not right!
First of all, could you send the output of "rabbitmqctl report" for each
broker?
Also, which version of RabbitMQ are you using?
Secondly, you might want to investigate whether the underlying
infrastructure used by federation is wired up correctly. There should be
a queue for each (exchange, downstream) pairing declared in the upstream
broker (called "federation: [exchange] -> [node]"). It should be bound
(once) to an internal exchange with a similar name. That internal
exchange should be bound to the upstream exchange with all the bindings
that are in use downstream.
Does it look like that is happening? Is the infrastructure queue seeing
the message rates you would expect?
Cheers, Simon
--
Simon MacMullen
RabbitMQ, Pivotal
More information about the rabbitmq-discuss
mailing list