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 Items | Description | Default value | Optional Values |
|---|---|---|---|
| qos_expired_secs | According 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 | 10 | 1-65535 |
| packet_resend_interval_secs | This configuration item is used to set the interval at which the broker sends expired QoS packets. | 10 | 1-65535 |