mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
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…
x
Reference in New Issue
Block a user