23 lines
266 B
Python
23 lines
266 B
Python
import time
|
|
|
|
print("## ")
|
|
print("## starting > JMS consumer (yankee-sully-channels-monthly)")
|
|
print("## ")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
print("## ")
|
|
print("## notification > connected to JMS server (yankee-sully-channels-monthly)")
|
|
print("## ")
|
|
|
|
|
|
while True:
|
|
|
|
pass
|
|
|
|
time.sleep(1) |