rabbitmq: host: "rabbitmq.reeselink.com" port: 5672 virtual_host: "/" username: "user" password: "password" # Which *exchange* (topic) you actually want to listen to. # The program will create a temporary queue, bind it to this exchange # with the routing key supplied in `routing_key`. subscriber: exchange: "nic" # ← change to “reese” or any other exchange routing_key: "add" # ← could be “add”, “delete”, or any pattern