Session Configuration
This section describes settings that control how YedMQ manages MQTT client sessions and message persistence.
[session]
qos_expired_secs = 10
packet_resend_interval_secs = 10
session_clock_path = "./clock"
| Configuration Item | Description | Default Value |
|---|---|---|
qos_expired_secs | Time (in seconds) the broker waits for an acknowledgement (PUBACK/PUBREC) before considering a QoS message expired. | 10 |
packet_resend_interval_secs | Interval (in seconds) at which the broker attempts to resend unacknowledged QoS messages. | 10 |
session_clock_path | Path to the file used for generating unique session/message timestamps. | ./clock |