5455565758596061626364
.hasNext();) { Subscription sub = iter.next(); // Only dispatch to interested subscriptions if (!sub.matches(node, msgContext)) { sub.unmatched(node); continue; } if (firstMatchingConsumer == null) { firstMatchingConsumer = sub;
4950515253545556575859
for (Iterator iter = consumers.iterator(); iter.hasNext();) { Subscription sub = (Subscription)iter.next(); // Only dispatch to interested subscriptions if (!sub.matches(node, msgContext)) { sub.unmatched(node); continue; } sub.add(node); count++;
5152535455565758596061