mirror of
https://github.com/apache/activemq.git
synced 2025-02-11 12:36:07 +00:00
Applied patch for https://issues.apache.org/activemq/browse/AMQ-1674
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@649643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7fed5d871f
commit
54a93378ac
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user