Skip to main content

MQTT Configuration

This section will introduce the configuration settings that determine how the YedMQ control the MQTT protocol behavior.

Default config item:

[mqtt]
sys_topic_interval_secs = 10
default_authentication = "allow"
default_authorization = "allow"
max_message_size = 268435456
Configuration ItemsDescriptionDefault valueOptional Values
sys_topic_interval_secsThis setting controls the time interval for $SYS topic notifications10 secs1 - 65535
default_authenticationThis sets the default authentication resultallowallow or deny
default_authorizationThis sets the default authorization resultallowallow or deny
max_message_sizeThes sets the upper message size limit.The MQTT protocol itself defines a MQTT PUBLISH payload size limit of 256MB268435456 (256MB)1 - 268435456