mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@426136 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acd599606e
commit
1bd8c0b47f
|
@ -540,8 +540,6 @@ public class ActiveMQConnection implements Connection, TopicConnection, QueueCon
|
|||
if (!closed.get()) {
|
||||
closing.set(true);
|
||||
|
||||
this.factoryStats.removeConnection(this);
|
||||
|
||||
if( advisoryConsumer!=null ) {
|
||||
advisoryConsumer.dispose();
|
||||
advisoryConsumer=null;
|
||||
|
|
Loading…
Reference in New Issue