EMQ ---客户端上线自动订阅主题

Posted saryli

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EMQ ---客户端上线自动订阅主题相关的知识,希望对你有一定的参考价值。

通过修改配置文件即可实现。

emq v2.3.11,软件架构做了调整,把功能集成在了emq_modules模块,/data/loaded_plugins默认会加载emq_modules。

我们只需要改动配置文件emqx-rel-2.3.11/deps/emq_modules/etc/emq_modules.conf

##--------------------------------------------------------------------
## Subscription Module
##--------------------------------------------------------------------
 
## Enable Subscription Module.
##
## Value: on | off
module.subscription = on
 
## Subscribe the Topics automatically when client connected.
module.subscription.1.topic = %c/w
## Qos of the subscription: 0 | 1 | 2

  

把module.subscription设置为on,

把module.subscription.1.topic设置为%c/w,%c是通配符,会自动切换成clientId。注意是%c,而不是$c。

 



以上是关于EMQ ---客户端上线自动订阅主题的主要内容,如果未能解决你的问题,请参考以下文章

Centos 7 安装MQTT(EMQ)服务端

树莓派编译安装 EMQ 服务器

EMQ学习 ---集群

物联网架构成长之路-EMQ权限控制

物联网架构成长之路-EMQ插件创建

Windows安装EMQ服务器(mqtt)