Releases: c3pb/rabbitmq-mqtt
Releases · c3pb/rabbitmq-mqtt
test2
don't report the topic that was asked for but that of the message
test1
How to build a Debian package for this:
git clone https://github.com/rabbitmq/rabbitmq-server-release
cd rabbitmq-server-release
git checkout v3.7.4
make source-dist PROJECT_VERSION=3.7.4 dep_rabbitmq_mqtt="git https://github.com/c3pb/rabbitmq-mqtt" dep_rabbitmq_mqtt_commit=test1 # V=2
# only works on debian
make package-deb PROJECT_VERSION=3.7.4 dep_rabbitmq_mqtt="git https://github.com/c3pb/rabbitmq-mqtt" dep_rabbitmq_mqtt_commit=test1 VERSION=3.7.4-c3pb # V=2
# dependencies for Fedora 28: sudo dnf install erlang elixir erlang-rebar #mosquitto
# make source-dist package-rpm-fedora PROJECT_VERSION=3.7.4 dep_rabbitmq_mqtt="git https://github.com/c3pb/rabbitmq-mqtt" dep_rabbitmq_mqtt_commit=test1 VERSION=3.7.4.1-c3pb # V=2