update file system and jsm references

This commit is contained in:
Your Name
2025-03-10 11:13:21 -04:00
parent 07981fa5ce
commit 118e784e4b
4 changed files with 4 additions and 4 deletions

View File

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