-
I'm using Erlang OTP 18 and vernemq source master lastest commit.
I succeed in building vmq_diversity and also testing via `rebar3 ct` command, but I couldn't load the plugin in vernemq. I use rebar3 …
-
### Environment
- VerneMQ Version: 0.15.3
- OS:Docker container
- Erlang/OTP version (if building from source): the public `erlang:19` docker image
### Expected behavior
As an Erlang newbie…
-
### Environment
- VerneMQ Version: 0.15.3
- OS: Debian Jessie (docker container)
- Erlang/OTP version (if building from source):
### Expected behavior
- `mosquitto_pub` should be able to co…
-
Hi,
I use vernemq regularly and really like it. However, I find it often crashes, for reasons which are not always clear. I set up monit to auto restart. e.g. it seems to be possible to crash it by…
-
``` lua
function my_auth_on_register(reg)
log.info('my_auth_on_register')
return true
end
function my_auth_on_publish(pub)
log.info('my_auth_on_publish')
return false
end
function m…
-
Hello,
I saw a small comparison here: https://github.com/emqtt/emqttd/wiki/emqttd-and-rabbitmq
It is not clear for this how eMQTT compares to RabbitMQ and what extra features does it bring (in the te…
-
Hi there,
I'm new to VerneMQ and love what I saw so far. Supporting Prometheus is superb, as we monitor most of our services with Prometheus.
Here is a question or idea for a feature, that would set…
ralfr updated
8 years ago
-
Hey!
Thanks for the great work you do - I was checking out VerneMQ for an upcoming project (working with @ralfr btw) and stumbled upon a problem.
I started to write an authentication plugin to achiev…
-
I was thinking about creating docker container that contains vernemq + vmq_diversity + own custom plugins written with vmq_diversity and started to wonder how can I provide configuration parameters dy…
-
```
[rad] vernemq (master) $ make rel
/Users/rad/dev/vernemq/rebar3 release --overlay_vars vars.config
===> Fetching rebar3_cuttlefish ({pkg,,
})
===> Download…