Live reconfiguration
You can dynamically re-configure most of VerneMQ's settings on a running node by using the vmq-admin set
command.
Settings dynamically configured with the vmq-admin set
command will be reset by vernemq.conf upon broker restart.
Setting a value for the local node
Let's change the max_client_id_size
as an example. (We might have noticed that some clients can't login because their client ID is too long, but we don't want to restart the broker for that). Note that you can also set multiple values with the same command.
Setting a value for an arbitrary cluster node
Setting a value for all cluster nodes
Show current VerneMQ config values
For the local node
You can show one or multiple values in a simple table:
For an arbitrary node
For all cluster nodes
Last updated