[23.09.2020] sending testing
This commit is contained in:
parent
fcc9512515
commit
80b3485138
@ -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(message, destination='PricingSave.dlq' )
|
con.send(message, destination="/PricingSave.dlq" )
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user