Erlang Boilerplate
We recommend to use the rebar3
toolchain to generate the basic Erlang OTP application boilerplate and start from there.
Change the rebar.config
file to include the vernemq_dev
dependency:
Compile the application, this will automatically fetch vernemq_dev
.
Now you're ready to implement the hooks. Don't forget to add the proper vmq_plugin_hooks
entries to your src/myplugin.app.src
file.
For a complete example, see the vernemq_demo_plugin.
Last updated