Skip to main content

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 ItemDescriptionDefault Value
qos_expired_secsTime (in seconds) the broker waits for an acknowledgement (PUBACK/PUBREC) before considering a QoS message expired.10
packet_resend_interval_secsInterval (in seconds) at which the broker attempts to resend unacknowledged QoS messages.10
session_clock_pathPath to the file used for generating unique session/message timestamps../clock