mirror of https://github.com/apache/activemq.git
removing a bad reference increment
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@639532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0302ffded7
commit
299a98d48f
|
@ -1118,7 +1118,6 @@ public class Queue extends BaseDestination implements Task {
|
|||
}
|
||||
if (target != null) {
|
||||
target.add(node);
|
||||
node.incrementReferenceCount();
|
||||
}
|
||||
}
|
||||
if (target != null && !strictOrderDispatch && consumers.size() > 1 &&
|
||||
|
|
Loading…
Reference in New Issue