vernemq / vmq-docs

VerneMQ Documentation Project
12 stars 44 forks source link

Nothing said about shutdown #46

Open YuryHrytsuk opened 2 years ago

YuryHrytsuk commented 2 years ago

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

ioolkos commented 2 years ago

@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).


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