public interface MessageReference
Modifier and Type | Method and Description |
---|---|
int |
decrementReferenceCount() |
long |
getExpiration() |
String |
getGroupID() |
int |
getGroupSequence() |
Message |
getMessage() |
Message |
getMessageHardRef() |
MessageId |
getMessageId() |
int |
getRedeliveryCounter() |
int |
getReferenceCount() |
Destination |
getRegionDestination() |
int |
getSize() |
ConsumerId |
getTargetConsumerId() |
void |
incrementRedeliveryCounter() |
int |
incrementReferenceCount() |
boolean |
isAdvisory() |
boolean |
isDropped()
Returns true if this message is dropped.
|
boolean |
isExpired()
Returns true if this message is expired
|
boolean |
isPersistent() |
MessageId getMessageId()
Message getMessageHardRef()
Message getMessage()
boolean isPersistent()
Destination getRegionDestination()
int getRedeliveryCounter()
void incrementRedeliveryCounter()
int getReferenceCount()
int incrementReferenceCount()
int decrementReferenceCount()
ConsumerId getTargetConsumerId()
int getSize()
long getExpiration()
String getGroupID()
int getGroupSequence()
boolean isExpired()
boolean isDropped()
boolean isAdvisory()
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.