[23.09.2020] sending testing

This commit is contained in:
Andy Sotheran 2020-09-23 22:27:21 +01:00
parent 2010a0134f
commit 1ab04cae3e

View File

@ -20,7 +20,6 @@ def activeMQSender(message, logger):
logger.info("Attempting Connection to Artemis...") logger.info("Attempting Connection to Artemis...")
con = stomp.Connection([(addr, port)]) con = stomp.Connection([(addr, port)])
con.start()
con.connect( mqUser, mqPass, wait=True) con.connect( mqUser, mqPass, wait=True)
con.send(message, destination="/topic/event" ) con.send(message, destination="/topic/event" )