vernemq / vmq-docs

VerneMQ Documentation Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nothing said about shutdown

YuryHrytsuk opened this issue · comments

I am trying to implement graceful shutdown of VerneMQ container. However, I cannot find anything mentioned about:

  • how to properly shutdown VerneMQ
  • which steps are taken under the hood

@YuryHrytsuk Thanks, it depends on how you have VerneMQ built and installed. sudo systemctl stop vernemq might be one command.

Your point is interesting because folks might compare a stop command to the cluster leave command which does stuff like queue migration etc.
Basically, the stop command does nothing like that, it just terminates everything (the sessions/queues etc).


👉 Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq
👉 Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.