Added more tests for dispatching with MessageSelectors.

This commit is contained in:
Mark Fisher
2008-01-10 03:55:16 +00:00
parent 3f7b31dc0c
commit 58b3a7a82c
2 changed files with 72 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ public class DefaultMessageDispatcher extends AbstractMessageDispatcher {
}
}
}
if (this.broadcast && !encounteredRejection) {
if (!encounteredRejection) {
return true;
}
attempts++;