Skip to content

Instantly share code, notes, and snippets.

@J-Rios
Created November 8, 2018 15:06
Show Gist options
  • Save J-Rios/1f24dbf970b7b20e1014b47a772b410e to your computer and use it in GitHub Desktop.
Save J-Rios/1f24dbf970b7b20e1014b47a772b410e to your computer and use it in GitHub Desktop.
Basic Insecure Mosquitto MQTT to Apache ActiveMQ Bridge Configuration
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