emqx/apps/emqx_retainer
Ilya Averyanov 57287f0722 fix(retainer): fix qlc cursor cleanup 2024-05-08 21:38:37 +03:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
include chore(retainer): refactor types; remove hotwiring to builtin config 2024-02-28 18:43:16 +03:00
src fix(retainer): fix qlc cursor cleanup 2024-05-08 21:38:37 +03:00
test fix(retainer): fix qlc cursor cleanup 2024-05-08 21:38:37 +03:00
.gitignore style: ensure newline at EOF for all files 2021-11-04 14:40:14 +01:00
README.md chore(retainer): actualize README 2024-03-05 13:08:36 +03:00
TODO refactor(proj): Add apps 2020-12-04 22:11:53 +01:00
rebar.config chore: upgrade to emqtt 1.10.0 2023-12-06 19:18:15 +01:00

README.md

Retainer

The emqx_retainer application is responsible for storing retained MQTT messages.

The retained messages are messages associated with a topic that are stored on the broker and delivered to any new subscribers to that topic.

More information about retained messages can be found in the following resources

Usage

The emqx_retainer application is enabled by default. To turn it off, add the following configuration to the emqx.conf file:

retainer {
   enable = false
}

For other options, see the configuration documentation.

Contributing

Please see our contributing.md.

License

See LICENSE