mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@963118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea0ceacef0
commit
cee683f84c
|
@ -230,7 +230,8 @@ public class FilePendingMessageCursor extends AbstractPendingMessageCursor imple
|
||||||
} else {
|
} else {
|
||||||
discard(node);
|
discard(node);
|
||||||
}
|
}
|
||||||
return false;
|
//message expired
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue