MQTT broker with configurable undelivered QOS>=1 message retransmit in same session
08:23 06 Mar 2025

Is there any MQTT broker which supports unacknowledged message retransmission in same session? mosquitto dropped retry_interval 5+ years ago...

I need it for devices that use GSM, which may have temporal connection "blackholes" for tens of seconds. and pinging every 5 seconds to ensure that connection is live IMHO is an ugly idea...

mqtt