Guidelines for changing hostname of RabbitMQ node #12288
-
Community Support Policy
RabbitMQ version used3.13.7 Erlang version used26.2.x Operating system (distribution) usedRocky8 How is RabbitMQ deployed?RPM package rabbitmq-diagnostics status outputSee https://www.rabbitmq.com/docs/cli to learn how to use rabbitmq-diagnostics Logs from node 1 (with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Logs from node 2 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs Logs from node 3 (if applicable, with sensitive values edited out)See https://www.rabbitmq.com/docs/logging to learn how to collect logs rabbitmq.conf
Steps to deploy RabbitMQ clusterSingle node deployment with classic queues. Steps to reproduce the behavior in questionN/A What are the guidelines for changing hostname of a RabbitMQ node (no cluster) so that all exchanges/queues and data in mnesia is migrated from old to new node name. Thanks advanced.configSee https://www.rabbitmq.com/docs/configure#config-location to find advanced.config file location Application code# relevant messaging-related parts of your code go here Kubernetes deployment file# Relevant parts of K8S deployment that demonstrate how RabbitMQ is deployed |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This sounds like the same question as #12289. You have several options:
There used to be a command that updated the hostname part of internal queue identities but it was removed because it is not compatible with quorum queues and streams. |
Beta Was this translation helpful? Give feedback.
This sounds like the same question as #12289.
You have several options:
There used to be a command that updated the hostname part of internal queue identities but it was removed because it is not compatible wit…