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
| #!/bin/bash | |
| # Minimum Viable Exchange Federation | |
| # Upstream servers are the servers towards where messages are originally published | |
| # Downstream servers are where the messages get forwarded to | |
| # Two clusters | |
| CREDS="nbqblhiv:PASSWORD_GOES_HERE" | |
| VHOST="nbqblhiv" | |
| UPSTREAM_URL="amqps://[email protected]/$VHOST" |