[23.09.2020] sending testing
This commit is contained in:
parent
b85dd30dc3
commit
2feccc3a29
@ -22,7 +22,7 @@ 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("PricingSave", message)
|
con.send("PricingSave.dlq", message)
|
||||||
|
|
||||||
con.disconnect()
|
con.disconnect()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user