[23.09.2020] sending testing

This commit is contained in:
Andy Sotheran 2020-09-23 22:46:13 +01:00
parent 328e6b200b
commit a3360dda67

View File

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