mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@664079 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
efecce6f6e
commit
944145b191
|
@ -76,7 +76,7 @@ public class ActiveMQConnectionConsumer implements ConnectionConsumer, ActiveMQD
|
||||||
|
|
||||||
this.connection.addConnectionConsumer(this);
|
this.connection.addConnectionConsumer(this);
|
||||||
this.connection.addDispatcher(consumerInfo.getConsumerId(), this);
|
this.connection.addDispatcher(consumerInfo.getConsumerId(), this);
|
||||||
this.connection.syncSendPacket(this.consumerInfo);
|
this.connection.asyncSendPacket(this.consumerInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue