[23.09.2020] sending testing

This commit is contained in:
Andy Sotheran 2020-09-23 23:29:37 +01:00
parent cd7870f3dd
commit ea57723a3c

View File

@ -22,7 +22,7 @@ def activeMQSender(message, logger):
con = stomp.Connection([(addr, port)])
con.connect( mqUser, mqPass, wait=True)
con.send("PricingSave.dlq", message, headers={"Content-Type":"application/text"})
con.send("PricingSave.dlq", message, headers={"Content-Type":"application/json"})
con.disconnect()