MQTT Listeners
VerneMQ supports multiple ways to configure one or many MQTT listeners.
# defines the default nr of allowed concurrent
# connections per listener
listener.max_connections = 10000
# defines the nr. of acceptor processes waiting
# to concurrently accept new connections
listener.nr_of_acceptors = 10
# used when clients of a particular listener should
# be isolated from clients connected to another
# listener.
listener.mountpoint = offMountpoints
Allowed protocol versions
Sample Config
PROXY protocol
Sample SSL Config
Last updated
Was this helpful?