public class AMQTopicMessageStore extends AMQMessageStore implements TopicMessageStore
asyncWriteTask, flushLatch, inFlightTxLocations, lastLocation, lastWrittenLocation, lock, peristenceAdapter, referenceStore, transactionStore, transactionTemplatedestination, FUTURE, prioritizedMessages| Constructor and Description |
|---|
AMQTopicMessageStore(AMQPersistenceAdapter adapter,
TopicReferenceStore topicReferenceStore,
ActiveMQTopic destinationName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
acknowledge(ConnectionContext context,
MessageId messageId,
Location location,
java.lang.String clientId,
java.lang.String subscriptionName) |
void |
acknowledge(ConnectionContext context,
java.lang.String clientId,
java.lang.String subscriptionName,
MessageId messageId,
MessageAck originalAck)
Stores the last acknowledged messgeID for the given subscription so that
we can recover and commence dispatching messages from the last checkpoint
|
void |
addSubsciption(SubscriptionInfo subscriptionInfo,
boolean retroactive)
Inserts the subscriber info due to a subscription change If this is
a new subscription and the retroactive is false, then the last message
sent to the topic should be set as the last message acknowledged by they
new subscription.
|
void |
deleteSubscription(java.lang.String clientId,
java.lang.String subscriptionName) |
SubscriptionInfo[] |
getAllSubscriptions()
Lists all the durable subscriptions for a given destination.
|
int |
getMessageCount(java.lang.String clientId,
java.lang.String subscriberName)
Get the number of messages ready to deliver from the store to a durable
subscriber
|
TopicReferenceStore |
getTopicReferenceStore() |
SubscriptionInfo |
lookupSubscription(java.lang.String clientId,
java.lang.String subscriptionName)
Finds the subscriber entry for the given consumer info
|
void |
recoverNextMessages(java.lang.String clientId,
java.lang.String subscriptionName,
int maxReturned,
MessageRecoveryListener listener)
For an active subscription - retrieve messages from the store for the
subscriber after the lastMessageId messageId
|
void |
recoverSubscription(java.lang.String clientId,
java.lang.String subscriptionName,
MessageRecoveryListener listener)
For the new subscription find the last acknowledged message ID and then
find any new messages since then and dispatch them to the subscription.
|
boolean |
replayAcknowledge(ConnectionContext context,
java.lang.String clientId,
java.lang.String subscritionName,
MessageId messageId) |
void |
resetBatching(java.lang.String clientId,
java.lang.String subscriptionName)
A hint to the Store to reset any batching state for a durable subsriber
|
addMessage, addMessageReference, dispose, doAsyncWrite, flush, getLocation, getMark, getMessage, getMessageCount, getMessageReference, getReferenceStore, recover, recoverNextMessages, removeAllMessages, removeMessage, replayAddMessage, replayRemoveMessage, resetBatching, setBatch, setMemoryUsage, start, stopaddMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, getDestination, isEmpty, isPrioritizedMessages, removeAsyncMessage, setPrioritizedMessagesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMessage, addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getMessage, getMessageCount, isEmpty, isPrioritizedMessages, recover, recoverNextMessages, removeAllMessages, removeAsyncMessage, removeMessage, resetBatching, setBatch, setMemoryUsage, setPrioritizedMessagespublic AMQTopicMessageStore(AMQPersistenceAdapter adapter, TopicReferenceStore topicReferenceStore, ActiveMQTopic destinationName)
public void recoverSubscription(java.lang.String clientId, java.lang.String subscriptionName, MessageRecoveryListener listener) throws java.lang.Exception
TopicMessageStorerecoverSubscription in interface TopicMessageStorejava.lang.Exceptionpublic void recoverNextMessages(java.lang.String clientId, java.lang.String subscriptionName, int maxReturned, MessageRecoveryListener listener) throws java.lang.Exception
TopicMessageStorerecoverNextMessages in interface TopicMessageStorejava.lang.Exceptionpublic SubscriptionInfo lookupSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
TopicMessageStorelookupSubscription in interface TopicMessageStorejava.io.IOExceptionpublic void addSubsciption(SubscriptionInfo subscriptionInfo, boolean retroactive) throws java.io.IOException
TopicMessageStoreaddSubsciption in interface TopicMessageStorejava.io.IOExceptionpublic void acknowledge(ConnectionContext context, java.lang.String clientId, java.lang.String subscriptionName, MessageId messageId, MessageAck originalAck) throws java.io.IOException
TopicMessageStoreacknowledge in interface TopicMessageStorejava.io.IOExceptionpublic boolean replayAcknowledge(ConnectionContext context, java.lang.String clientId, java.lang.String subscritionName, MessageId messageId)
protected void acknowledge(ConnectionContext context, MessageId messageId, Location location, java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
messageId - location - key - java.io.IOExceptionpublic TopicReferenceStore getTopicReferenceStore()
public void deleteSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
deleteSubscription in interface TopicMessageStorejava.io.IOExceptionpublic SubscriptionInfo[] getAllSubscriptions() throws java.io.IOException
TopicMessageStoregetAllSubscriptions in interface TopicMessageStorejava.io.IOExceptionpublic int getMessageCount(java.lang.String clientId, java.lang.String subscriberName) throws java.io.IOException
TopicMessageStoregetMessageCount in interface TopicMessageStorejava.io.IOExceptionpublic void resetBatching(java.lang.String clientId, java.lang.String subscriptionName)
TopicMessageStoreresetBatching in interface TopicMessageStoreCopyright © 2005-2012. All Rights Reserved.