[23.09.2020] sending testing

This commit is contained in:
Andy Sotheran 2020-09-23 22:41:31 +01:00
parent 1ab04cae3e
commit 328e6b200b

View File

@ -22,7 +22,5 @@ def activeMQSender(message, logger):
con = stomp.Connection([(addr, port)])
con.connect( mqUser, mqPass, wait=True)
con.send(message, destination="/topic/event" )
con.disconnect()
con.send(message, 'PricingSave.dlq/queues/anycast/PricingSave.dlq')