[23.09.2020] sending testing

This commit is contained in:
Andy Sotheran 2020-09-23 21:42:31 +01:00
parent 7e167cfe7e
commit bdbf88cde1

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('/queue/PricingSave', message) con.send('/queue/PricingSave.dlq', message)