public class MemoryTopicMessageStore extends MemoryMessageStore implements TopicMessageStore
lastBatchId, messageTable, sequenceIddestination, FUTURE, indexListener, messageStoreStatistics, prioritizedMessages| Constructor and Description |
|---|
MemoryTopicMessageStore(org.apache.activemq.command.ActiveMQDestination destination) |
MemoryTopicMessageStore(org.apache.activemq.command.ActiveMQDestination destination,
Map<org.apache.activemq.command.MessageId,org.apache.activemq.command.Message> messageTable,
Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> subscriberDatabase) |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledge(ConnectionContext context,
String clientId,
String subscriptionName,
org.apache.activemq.command.MessageId messageId,
org.apache.activemq.command.MessageAck ack)
Stores the last acknowledged messgeID for the given subscription so that
we can recover and commence dispatching messages from the last checkpoint
|
void |
addMessage(ConnectionContext context,
org.apache.activemq.command.Message message)
Adds a message to the message store
|
void |
addSubscription(org.apache.activemq.command.SubscriptionInfo info,
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 |
delete() |
void |
deleteSubscription(String clientId,
String subscriptionName) |
org.apache.activemq.command.SubscriptionInfo[] |
getAllSubscriptions()
Lists all the durable subscriptions for a given destination.
|
int |
getMessageCount(String clientId,
String subscriberName)
Get the number of messages ready to deliver from the store to a durable
subscriber
|
long |
getMessageSize(String clientId,
String subscriberName)
Get the total size of the messages ready to deliver from the store to the
durable subscriber
|
MessageStoreSubscriptionStatistics |
getMessageStoreSubStatistics()
The subscription metrics contained in this store
|
org.apache.activemq.command.SubscriptionInfo |
lookupSubscription(String clientId,
String subscriptionName)
Finds the subscriber entry for the given consumer info
|
protected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> |
makeSubMap() |
protected static Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> |
makeSubscriptionInfoMap() |
void |
recoverNextMessages(String clientId,
String subscriptionName,
int maxReturned,
MessageRecoveryListener listener)
For an active subscription - retrieve messages from the store for the
subscriber after the lastMessageId messageId
|
void |
recoverSubscription(String clientId,
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.
|
void |
resetBatching(String clientId,
String subscriptionName)
A hint to the Store to reset any batching state for a durable subscriber
|
decMessageStoreStatistics, getMessage, incMessageStoreStatistics, recover, recoverMessageStoreStatistics, recoverNextMessages, removeAllMessages, removeMessage, removeMessage, resetBatching, setBatch, updateMessageaddMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getIndexListener, getMessageCount, getMessageSize, getMessageStoreStatistics, isEmpty, isPrioritizedMessages, registerIndexListener, removeAsyncMessage, setMemoryUsage, setPrioritizedMessages, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getMessage, getMessageCount, getMessageSize, getMessageStoreStatistics, isEmpty, isPrioritizedMessages, recover, recoverNextMessages, registerIndexListener, removeAllMessages, removeAsyncMessage, removeMessage, resetBatching, setBatch, setMemoryUsage, setPrioritizedMessages, updateMessagepublic MemoryTopicMessageStore(org.apache.activemq.command.ActiveMQDestination destination)
public MemoryTopicMessageStore(org.apache.activemq.command.ActiveMQDestination destination, Map<org.apache.activemq.command.MessageId,org.apache.activemq.command.Message> messageTable, Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> subscriberDatabase)
protected static Map<SubscriptionKey,org.apache.activemq.command.SubscriptionInfo> makeSubscriptionInfoMap()
protected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> makeSubMap()
public void addMessage(ConnectionContext context, org.apache.activemq.command.Message message) throws IOException
MessageStoreaddMessage in interface MessageStoreaddMessage in class MemoryMessageStorecontext - contextIOExceptionpublic void acknowledge(ConnectionContext context, String clientId, String subscriptionName, org.apache.activemq.command.MessageId messageId, org.apache.activemq.command.MessageAck ack) throws IOException
TopicMessageStoreacknowledge in interface TopicMessageStoreIOExceptionpublic org.apache.activemq.command.SubscriptionInfo lookupSubscription(String clientId, String subscriptionName) throws IOException
TopicMessageStorelookupSubscription in interface TopicMessageStoreIOExceptionpublic void addSubscription(org.apache.activemq.command.SubscriptionInfo info, boolean retroactive) throws IOException
TopicMessageStoreaddSubscription in interface TopicMessageStoreIOExceptionpublic void deleteSubscription(String clientId, String subscriptionName)
deleteSubscription in interface TopicMessageStorepublic void recoverSubscription(String clientId, String subscriptionName, MessageRecoveryListener listener) throws Exception
TopicMessageStorerecoverSubscription in interface TopicMessageStoreExceptionpublic void delete()
delete in class MemoryMessageStorepublic org.apache.activemq.command.SubscriptionInfo[] getAllSubscriptions() throws IOException
TopicMessageStoregetAllSubscriptions in interface TopicMessageStoreIOExceptionpublic int getMessageCount(String clientId, String subscriberName) throws IOException
TopicMessageStoregetMessageCount in interface TopicMessageStoreIOExceptionpublic long getMessageSize(String clientId, String subscriberName) throws IOException
TopicMessageStoregetMessageSize in interface TopicMessageStoreIOExceptionpublic void recoverNextMessages(String clientId, String subscriptionName, int maxReturned, MessageRecoveryListener listener) throws Exception
TopicMessageStorerecoverNextMessages in interface TopicMessageStoreExceptionpublic void resetBatching(String clientId, String subscriptionName)
TopicMessageStoreresetBatching in interface TopicMessageStorepublic MessageStoreSubscriptionStatistics getMessageStoreSubStatistics()
TopicMessageStoregetMessageStoreSubStatistics in interface TopicMessageStoreCopyright © 2005–2020 The Apache Software Foundation. All rights reserved.