Commit 26b6e52c authored by Geoff Simmons's avatar Geoff Simmons

ActiveMQ MQ implementation: remove unnecessary stop() before close()

on connection shutdown
parent 5280ce00
......@@ -83,7 +83,6 @@ AMQ_Connection::getConnection() {
AMQ_Connection::~AMQ_Connection() {
if (connection != NULL) {
connection->stop();
connection->close();
delete connection;
connection = NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment