Skip to content

Instantly share code, notes, and snippets.

View camac2025's full-sized avatar
🤔

cam camac2025

🤔
  • 09:48 (UTC)
View GitHub Profile
@johanrhodin
johanrhodin / MVEF.bash
Created March 1, 2025 03:52
Minimum Viable Exchange Federation
#!/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"