[rabbitmq-discuss] How list exchanges managed by a given node ?
Vincent Barat
vincent.barat at gmail.com
Fri Sep 6 11:04:11 BST 2013
Hello,
We run a multi node RabbitMQ cluster for several years now, and to
optimize bandwidth and CPU usage, we try to make producers and
consumers use the same node (to avoid inter-node communication).
For this to work well, client connections, exchanges and queues must
all be created on the same node (this drastically improve RabbitMQ
performances).
The problem is that when we do maintenance operation, we don't know
how to figure out which exchanges are "managed" by a given node
(meaning on which node the exchange was created) : this is easy to
do with queues, but we haven't found any clue to do this for exchange.
Any idea ?
Thanks a lot for your help
More information about the rabbitmq-discuss
mailing list