diff --git a/consumer.py b/consumer.py index 319fe55..8577230 100644 --- a/consumer.py +++ b/consumer.py @@ -1,4 +1,4 @@ -import time + print("## ") print("## starting > JMS consumer (yankee-sully-channels-monthly)") @@ -15,9 +15,3 @@ print("## ") print("## notification > connected to JMS server (yankee-sully-channels-monthly)") print("## ") - -while True: - - pass - - time.sleep(1) \ No newline at end of file