org.apache.activemq.broker.region
public interface: MessageReference [javadoc |
source]
All Known Implementing Classes:
ActiveMQStreamMessage, ActiveMQMapMessage, ActiveMQBlobMessage, ActiveMQTextMessage, QueueMessageReference, NullMessageReference, Message, IndirectMessageReference, ActiveMQObjectMessage, ActiveMQBytesMessage, ActiveMQMessage
Keeps track of a message that is flowing through the Broker. This
object may hold a hard reference to the message or only hold the
id of the message if the message has been persisted on in a MessageStore.
- version:
$
- Revision: 1.15 $
Method from org.apache.activemq.broker.region.MessageReference Summary: |
---|
decrementReferenceCount, getExpiration, getGroupID, getGroupSequence, getMessage, getMessageHardRef, getMessageId, getRedeliveryCounter, getReferenceCount, getRegionDestination, getSize, getTargetConsumerId, incrementRedeliveryCounter, incrementReferenceCount, isAdvisory, isDropped, isExpired, isPersistent |