-
Hi,
we have some problems in persisting webhooks across broker restarts. In the documentation there are two files mentioned which can be used to configure persistent webhooks: vernemq.conf and vmq_…
-
Trying to build VerneMQ on macOS Sierra. OpenSSL installed via Homebrew. Command line to make: `CFLAGS="-I /usr/local/Cellar/openssl/1.0.2j/include/" make rel`
However, fails with the following:
`==…
ralfr updated
7 years ago
-
### Environment
- VerneMQ Version: erlio/docker-vernemq:1.0.0
I register all hooks, but the **auth_on_subscribe** and **auth_on_publish** is not triggered, the others is ok
-
I have cloned the project and built the application as specified, now when I try to enable it, it doesn't seem to work. This is the command that doesn't work
`vmq-admin plugin enable --name=vmq_we…
-
Hey there,
The following incorrect vmq_webhooks.conf will be processed by vmq_webhook plugin but not by vernemq it self.
`{hooks,1,
[
{"http://localhost/api/auth/register", auth_on_register,…
-
### Environment
- VerneMQ Version: 1.0.0rc2
- OS: Used docker image
- Erlang/OTP version (if building from source): Used docker
### Expected behavior
I need to register webhooks at run-time …
-
### Environment
- VerneMQ Version: 0.15.3
- OS: Linux Docker container
### Expected behavior
- Registered hooks trigger on subscribe
### Actual behaviour
- Not all sent messages receiv…
-
Instructions in https://vernemq.com/docs/configuration/plugins.html are pretty clear about enabling plugins, but are missing a very concrete use case: having the plugins being enabled before Verne sta…
-
Since you've moved all the apps to a single repo it would be great if they were each individually published to hex (or at least vmq_commons :) so that they are still able to be used as dependencies.
-
Hi,
Is there a way to send messages through HTTP interface?
I'm thinking of using Verne as a push notification service, which means that I will have a cluster of brokers that will relay messages…