[23.09.2020] sending testing
This commit is contained in:
parent
a3360dda67
commit
774c17d6e8
@ -22,5 +22,5 @@ def activeMQSender(message, logger):
|
||||
con = stomp.Connection([(addr, port)])
|
||||
con.connect( mqUser, mqPass, wait=True)
|
||||
|
||||
con.send('PricingSave.dlq/queues/anycast/PricingSave.dlq', message)
|
||||
con.send("PricingSave.dlq", message)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user