mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 23:16:52 +00:00
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) {
|
if (target != null) {
|
||||||
target.add(node);
|
target.add(node);
|
||||||
node.incrementReferenceCount();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (target != null && !strictOrderDispatch && consumers.size() > 1 &&
|
if (target != null && !strictOrderDispatch && consumers.size() > 1 &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user