[25.09.2020] Changed to actual consumer queue
This commit is contained in:
parent
e035c4cf71
commit
45aef7a228
@ -22,7 +22,7 @@ def activeMQSender(message, logger):
|
||||
con = stomp.Connection([(addr, port)], auto_content_length=False)
|
||||
con.connect( mqUser, mqPass, wait=True)
|
||||
|
||||
con.send("PricingSave.dlq", message, content_type="application/json", headers={"Content-Type":"application/json"})
|
||||
con.send("PricingSave", message, content_type="application/json", headers={"Content-Type":"application/json"})
|
||||
|
||||
con.disconnect()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user