https://github.com/blusewang/mosquitto-delay-message
A mosquitto plugin to support delay message
https://github.com/blusewang/mosquitto-delay-message
delay-queue mosquitto
Last synced: 19 days ago
JSON representation
A mosquitto plugin to support delay message
- Host: GitHub
- URL: https://github.com/blusewang/mosquitto-delay-message
- Owner: blusewang
- License: mit
- Created: 2022-07-31T07:27:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T01:20:15.000Z (over 3 years ago)
- Last Synced: 2025-10-25T09:46:41.143Z (9 months ago)
- Topics: delay-queue, mosquitto
- Language: C
- Homepage: https://www.wangjunfeng.com.cn
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mosquitto-delay-message
A mosquitto plugin to support delay message
You can publish to topic `delay/${seconds}/${target_topic}` to send a delay message.
Tips:
- The max delay seconds is **600**. if delay seconds set `0`, will be ignored.
- The max delay seconds config reference `mosquitto.conf` file where in this project.
- The republished message will lose MQTT5 protocol's properties data.