emqx/apps/emqx_retainer
firest f3008c74d8 tmp 2024-08-08 23:33:36 +08: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 chore: bump apps versions 2024-07-01 13:52:27 +02:00
test chore: port diverged modules back to oss 2024-05-27 22:40:08 +02: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
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config tmp 2024-08-08 23:33:36 +08: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