How is rabbitmq server configured for hot updates? #9312
-
The rabbitmq server is running on debian10 and was installed via the apt command. After watching this tutorial rabbitmq docker default configuration change, I want to change the I wanted to do a hot update with no downtime. So I googled |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
rabbitmqctl set_vm_memory_high_watermark as a short term solution in this specific case. |
Beta Was this translation helpful? Give feedback.
rabbitmq.conf
configuration changes require a node restart but you can useas a short term solution in this specific case.