[23.09.2020] sending testing
This commit is contained in:
parent
2010a0134f
commit
1ab04cae3e
@ -20,7 +20,6 @@ def activeMQSender(message, logger):
|
||||
|
||||
logger.info("Attempting Connection to Artemis...")
|
||||
con = stomp.Connection([(addr, port)])
|
||||
con.start()
|
||||
con.connect( mqUser, mqPass, wait=True)
|
||||
|
||||
con.send(message, destination="/topic/event" )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user