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