automated terminal push

This commit is contained in:
Your Name
2025-02-09 19:52:26 -05:00
parent 55560f64f5
commit 4997491591

View File

@@ -63,7 +63,7 @@ print("## ")
print("## starting > JMS consumer (yankee-sully-channels-monthly)") print("## starting > JMS consumer (yankee-sully-channels-monthly)")
print("## ") print("## ")
conn = stomp.Connection([('osiris.yankee.embanet.online', 61613)]) conn = stomp.Connection([('67.220.70.106', 61613)])
conn.set_listener('', MyListener()) conn.set_listener('', MyListener())