git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-04-18 18:22:40 +00:00
parent 7fed5d871f
commit 54a93378ac
1 changed files with 1 additions and 2 deletions

View File

@ -79,8 +79,7 @@ public class KahaReferenceStore implements ReferenceStore {
ReferenceRecord record) throws Exception {
MessageId id = new MessageId(record.getMessageId());
if (listener.hasSpace()) {
listener.recoverMessageReference(id);
return true;
return listener.recoverMessageReference(id);
}
return false;
}