[23.09.2020] sending testing
This commit is contained in:
parent
4ecadfc7cd
commit
cd7870f3dd
@ -22,7 +22,7 @@ def activeMQSender(message, logger):
|
||||
con = stomp.Connection([(addr, port)])
|
||||
con.connect( mqUser, mqPass, wait=True)
|
||||
|
||||
con.send("PricingSave.dlq", message, content_type="application/text")
|
||||
con.send("PricingSave.dlq", message, headers={"Content-Type":"application/text"})
|
||||
|
||||
con.disconnect()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user