From 1ab04cae3e5e1aadfe583422de81ce05beab049b Mon Sep 17 00:00:00 2001 From: Andy Sotheran Date: Wed, 23 Sep 2020 22:27:21 +0100 Subject: [PATCH] [23.09.2020] sending testing --- src/utils/activemqConnect.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/activemqConnect.py b/src/utils/activemqConnect.py index 3a46b0f..8d72f98 100644 --- a/src/utils/activemqConnect.py +++ b/src/utils/activemqConnect.py @@ -20,7 +20,6 @@ def activeMQSender(message, logger): logger.info("Attempting Connection to Artemis...") con = stomp.Connection([(addr, port)]) - con.start() con.connect( mqUser, mqPass, wait=True) con.send(message, destination="/topic/event" )