public interface MessageRecoveryListener
| Modifier and Type | Method and Description |
|---|---|
default boolean |
canRecoveryNextMessage() |
boolean |
hasSpace() |
boolean |
isDuplicate(org.apache.activemq.command.MessageId ref)
check if ref is a duplicate but do not record the reference
|
boolean |
recoverMessage(org.apache.activemq.command.Message message) |
boolean |
recoverMessageReference(org.apache.activemq.command.MessageId ref) |
boolean recoverMessage(org.apache.activemq.command.Message message) throws Exception
Exceptionboolean recoverMessageReference(org.apache.activemq.command.MessageId ref) throws Exception
Exceptionboolean hasSpace()
default boolean canRecoveryNextMessage()
boolean isDuplicate(org.apache.activemq.command.MessageId ref)
ref - Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.