org.jboss.soa.esb.services.persistence
Interface RedeliverStore
- All Superinterfaces:
- MessageStore
public interface RedeliverStore
- extends MessageStore
- Author:
- kstam
DELIVER_COUNT
static final java.lang.String DELIVER_COUNT
- See Also:
- Constant Field Values
IS_REDELIVERY
static final java.lang.String IS_REDELIVERY
- See Also:
- Constant Field Values
getMaxRedeliverCount
java.lang.Integer getMaxRedeliverCount()
setMaxRedeliverCount
void setMaxRedeliverCount(java.lang.Integer maxRedeliverCount)
redeliver
boolean redeliver(java.net.URI uid)
throws MessageStoreException
- Tries to redeliver the message to it's destination. If delivery successfull the message record
is removed from the message store.
- Parameters:
uid
- the unique message id
- Throws:
MessageStoreException