Skip to main content

Plugins

TheEMQ Xbroker could be extended by Plugins. A plugin is an Erlang application that adds extra feature to theEMQ Xbroker:

emqx_retainerStore Retained Messages
emqx_dashboardWeb Dashboard
emqx_auth_clientidAuthentication with ClientId
emqx_auth_usernameAuthentication with Username and Password
emqx_plugin_templatePlugin template and demo
emqx_auth_ldapLDAP Auth Plugin
emqx_auth_httpAuthentication/ACL with HTTP API
emqx_auth_mysqlAuthentication with MySQL
emqx_auth_pgsqlAuthentication with PostgreSQL
emqx_auth_redisAuthentication with Redis
emqx_auth_mongoAuthentication with MongoDB
emqx_snMQTT-SN Protocol Plugin
emqx_coapCoAP Protocol Plugin
emqx_stompSTOMP Protocol Plugin
emqx_reconRecon Plugin
emqx_reloaderReloader Plugin
emqx_web_hookWeb Hook Plugin
emqx_lua_hookLua Hook Plugin