Commit 7939ffd5 authored by Geoff Simmons's avatar Geoff Simmons

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

on connection shutdown
parent 4bc5fdd2
......@@ -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