diff --git a/consumer.py b/consumer.py index fe591ed..d21bf04 100644 --- a/consumer.py +++ b/consumer.py @@ -63,7 +63,7 @@ print("## ") print("## starting > JMS consumer (yankee-sully-channels-monthly)") print("## ") -conn = stomp.Connection([('osiris.yankee.embanet.online', 61613)]) +conn = stomp.Connection([('67.220.70.106', 61613)]) conn.set_listener('', MyListener())