-
Integrate EMQ broker with APInf platform:
* [x] Allow admin to add EMQ broker in Proxies
* [x] Allow API owner to connect a MQTT API with EMQ
* [ ] Allow API owner to define ACL rules for subscriptio…
-
My idea is use the emq broker + emq-web-hook sending all published messages to NodeJS API that only will be send to RabbitMQ (balance) and I instantiate some applicatons to consume. Is it sounds good?
-
## error
```
19:29:57.653 [error] Supervisor 'esockd_connection_sup - ' had child connection started with mochiweb_http:start_link({emq_dashboard,handle_request,[{state,"/opt/emqttd/lib/emq_dashboar…
-
OS: CentOS 6.8 x86_64
EMQTTD: 2.2
my emq_auth_pgsql.conf list below:
`## Postgre Server: 5432, 127.0.0.1:5432, localhost:5432`
`auth.pgsql.server = 127.0.0.1:5432`
`auth.pgsql.pool = 8`
`auth.…
-
Our authorization service will add a scopes collection to the JWT.
```
{
iat: 1416929109,
jti: aa7f8d0a95c,
scopes: [
"emq:subscribe:/user/+/status",
"emq:publish:/user/23445…
dopry updated
5 years ago
-
### User story
As an MQTT API owner, I expect complete control and flexibility over topics, their structure, and access control rules applied to them, and any other api on the same EMQ must not inter…
-
I am using EMQ with the emq_sn plugin. I have activated the emq-auth-pgsql plugin to achieve ACL based on client id. However, as reported in issue [#18](https://github.com/emqtt/emq-auth-pgsql/issues/…
-
Now REST API doesn't have any endpoints to manipulate with MQT Proxy
## Goals
- Create an endpoint to create a proxy of type EMQ. Make sure a user is admin
- Create endpoints to create a proxy …
-
#### Describe the problem you Confuse
Please help to analyze why this connection is broken. It has been connected for about 16 hours.
#### More detail (optional)
This is the log of the connecti…
-
Hello,
I am using [MQTT-SN-Tools](https://github.com/njh/mqtt-sn-tools) as my MQTT-SN client.
When I publish messages with QoS -1 to EMQ X broker with EMQ X SN plugin, the subscribing client is …