-
Notifications
You must be signed in to change notification settings - Fork 0
Re-Publish all message from one MQTT Broker to another one
License
dometec/mqtt-message-replicator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# MQTT-Message-Replicator
A simple tool that republishes messages from an MQTT Broket to another one.
Usage:
docker run \
-e MQTT_FROM_HOST=tcp://localhost:1883 \
-e MQTT_FROM_USERNAME=xxxx
-e MQTT_FROM_CLIENTID=xxxx \
-e MQTT_FROM_TOPIC=# \
-e MQTT_TO_QOS=1
-e MQTT_TO_HOST=tcp://localhost:1884 \
-e MQTT_TO_USERNAME=replicator \
-e MQTT_TO_CLIENTID=replicator \
dometec/mqtt-message-replicator:1.0.2
Build and publish
$ mvn clean package
$ docker build . -t dometec/mqtt-message-replicator:1.0.2
$ docker push dometec/mqtt-message-replicator:1.0.2About
Re-Publish all message from one MQTT Broker to another one
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published