ARTEMIS-2222 removing unecessary check for positioning on page
This commit is contained in:
parent
5aeee1fcea
commit
8acdbc6237
|
@ -1315,9 +1315,7 @@ public final class PageSubscriptionImpl implements PageSubscription {
|
|||
}
|
||||
}
|
||||
|
||||
if (!ignored) {
|
||||
position = message.getPosition();
|
||||
}
|
||||
position = message.getPosition();
|
||||
|
||||
if (valid) {
|
||||
match = match(message.getMessage());
|
||||
|
|
Loading…
Reference in New Issue