Created
November 8, 2018 15:06
-
-
Save J-Rios/1f24dbf970b7b20e1014b47a772b410e to your computer and use it in GitHub Desktop.
Basic Insecure Mosquitto MQTT to Apache ActiveMQ Bridge Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
listener 8883 0.0.0.0 | |
pid_file /var/run/mosquitto.pid | |
# Bridge | |
connection bridge-mosquitto-amq | |
address <AMQ_IP>:<AMQ_PORT> | |
bridge_protocol_version mqttv311 | |
cleansession true | |
try_private false | |
topic # out 0 | |
#topic # in 0 | |
#clientid mosquitto-broker | |
#remote_username <AMQ_USER> | |
#remote_password <AMQ_PASS> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment