Created
October 2, 2013 08:19
-
-
Save justx1/6790584 to your computer and use it in GitHub Desktop.
Addition to mosquitto.conf for bridging MQTT brokers
http://e.verything.co/post/62163759361/bridging-two-mqtt-brokers
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
connection cloudmqtt | |
try_private false | |
address broker.cloudmqtt.com:<port> | |
start_type automatic | |
username <your_username_here> | |
password <your_password_here> | |
clientid <any_clientid_here> | |
notifications true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I put these servers now under a load balancer?
If I have mosquitto installed on 2 EC2 machines and bridged?