Balance non replicated classic queues #7220
Unanswered
MonicaMagoniCom
asked this question in
Other
Replies: 1 comment
-
|
@dcorbacho do you remember if it does? There is a different rebalancing tool in the support tools repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
in our Kubernetes cluster, we have a RabbitMQ cluster where we have enabled classic queues without replication (in our scenario is not needed to have persistency) but I have encountered the following problem:
when a replica of the cluster is restarted (for any reason), then all the queues got concentrated on all the other replicas. Is not possible to rebalance the queues?
As far as I know, the command:
rabbitmq-queues rebalance all
does not work for classic queue non replicated.
Beta Was this translation helpful? Give feedback.
All reactions