Skip to main content

Session Configuration

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

Default config item:

[session]
qos_expired_secs = 10
packet_resend_interval_secs = 10
Configuration ItemsDescriptionDefault valueOptional Values
qos_expired_secsAccording to the MQTT protocol, some QoS packets must be acknowledged after they are sent. This configuration item is used to configure how long the broker waits for an acknowledgement packet before marking the packet as expired if no acknowledgement is received.

This sets the qos packet expired interval seconds
101-65535
packet_resend_interval_secsThis configuration item is used to set the interval at which the broker sends expired QoS packets.101-65535