Package org.apache.activemq.store.memory
Class MemoryTopicMessageStore
- java.lang.Object
-
- org.apache.activemq.store.AbstractMessageStore
-
- org.apache.activemq.store.memory.MemoryMessageStore
-
- org.apache.activemq.store.memory.MemoryTopicMessageStore
-
- All Implemented Interfaces:
Service
,MessageStore
,TopicMessageStore
public class MemoryTopicMessageStore extends MemoryMessageStore implements TopicMessageStore
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.store.memory.MemoryMessageStore
lastBatchId, messageTable, sequenceId
-
Fields inherited from class org.apache.activemq.store.AbstractMessageStore
destination, FUTURE, indexListener, messageStoreStatistics, prioritizedMessages
-
-
Constructor Summary
Constructors Constructor Description MemoryTopicMessageStore(ActiveMQDestination destination)
MemoryTopicMessageStore(ActiveMQDestination destination, Map<MessageId,Message> messageTable, Map<SubscriptionKey,SubscriptionInfo> subscriberDatabase)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
acknowledge(ConnectionContext context, String clientId, String subscriptionName, MessageId messageId, MessageAck ack)
Stores the last acknowledged messgeID for the given subscription so that we can recover and commence dispatching messages from the last checkpointvoid
addMessage(ConnectionContext context, Message message)
Adds a message to the message storevoid
addSubscription(SubscriptionInfo info, boolean retroactive)
Inserts the subscriber info due to a subscription changevoid
delete()
void
deleteSubscription(String clientId, String subscriptionName)
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 subscriberlong
getMessageSize(String clientId, String subscriberName)
Get the total size of the messages ready to deliver from the store to the durable subscriberMessageStoreSubscriptionStatistics
getMessageStoreSubStatistics()
The subscription metrics contained in this storeSubscriptionInfo
lookupSubscription(String clientId, String subscriptionName)
Finds the subscriber entry for the given consumer infoprotected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub>
makeSubMap()
protected static Map<SubscriptionKey,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 messageIdvoid
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-
Methods inherited from class org.apache.activemq.store.memory.MemoryMessageStore
decMessageStoreStatistics, getMessage, incMessageStoreStatistics, recover, recoverMessageStoreStatistics, recoverNextMessages, removeAllMessages, removeMessage, removeMessage, resetBatching, setBatch, updateMessage
-
Methods inherited from class org.apache.activemq.store.AbstractMessageStore
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getIndexListener, getMessageCount, getMessageSize, getMessageStoreStatistics, isEmpty, isPrioritizedMessages, registerIndexListener, removeAsyncMessage, setMemoryUsage, setPrioritizedMessages, start, stop
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.activemq.store.MessageStore
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getMessage, getMessageCount, getMessageSize, getMessageStoreStatistics, isEmpty, isPrioritizedMessages, recover, recoverNextMessages, registerIndexListener, removeAllMessages, removeAsyncMessage, removeMessage, resetBatching, setBatch, setMemoryUsage, setPrioritizedMessages, updateMessage
-
-
-
-
Constructor Detail
-
MemoryTopicMessageStore
public MemoryTopicMessageStore(ActiveMQDestination destination)
-
MemoryTopicMessageStore
public MemoryTopicMessageStore(ActiveMQDestination destination, Map<MessageId,Message> messageTable, Map<SubscriptionKey,SubscriptionInfo> subscriberDatabase)
-
-
Method Detail
-
makeSubscriptionInfoMap
protected static Map<SubscriptionKey,SubscriptionInfo> makeSubscriptionInfoMap()
-
makeSubMap
protected static Map<SubscriptionKey,org.apache.activemq.store.memory.MemoryTopicSub> makeSubMap()
-
addMessage
public void addMessage(ConnectionContext context, Message message) throws IOException
Description copied from interface:MessageStore
Adds a message to the message store- Specified by:
addMessage
in interfaceMessageStore
- Overrides:
addMessage
in classMemoryMessageStore
- Parameters:
context
- context- Throws:
IOException
-
acknowledge
public void acknowledge(ConnectionContext context, String clientId, String subscriptionName, MessageId messageId, MessageAck ack) throws IOException
Description copied from interface:TopicMessageStore
Stores the last acknowledged messgeID for the given subscription so that we can recover and commence dispatching messages from the last checkpoint- Specified by:
acknowledge
in interfaceTopicMessageStore
- Throws:
IOException
-
lookupSubscription
public SubscriptionInfo lookupSubscription(String clientId, String subscriptionName) throws IOException
Description copied from interface:TopicMessageStore
Finds the subscriber entry for the given consumer info- Specified by:
lookupSubscription
in interfaceTopicMessageStore
- Returns:
- the SubscriptionInfo
- Throws:
IOException
-
addSubscription
public void addSubscription(SubscriptionInfo info, boolean retroactive) throws IOException
Description copied from interface:TopicMessageStore
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. Otherwise, if retroactive is true, then create the subscription without it having an acknowledged message so that on recovery, all message recorded for the topic get replayed.- Specified by:
addSubscription
in interfaceTopicMessageStore
- Throws:
IOException
-
deleteSubscription
public void deleteSubscription(String clientId, String subscriptionName)
- Specified by:
deleteSubscription
in interfaceTopicMessageStore
-
recoverSubscription
public void recoverSubscription(String clientId, String subscriptionName, MessageRecoveryListener listener) throws Exception
Description copied from interface:TopicMessageStore
For the new subscription find the last acknowledged message ID and then find any new messages since then and dispatch them to the subscription. e.g. if we dispatched some messages to a new durable topic subscriber, then went down before acknowledging any messages, we need to know the correct point from which to recover from.- Specified by:
recoverSubscription
in interfaceTopicMessageStore
- Throws:
Exception
-
delete
public void delete()
- Overrides:
delete
in classMemoryMessageStore
-
getAllSubscriptions
public SubscriptionInfo[] getAllSubscriptions() throws IOException
Description copied from interface:TopicMessageStore
Lists all the durable subscriptions for a given destination.- Specified by:
getAllSubscriptions
in interfaceTopicMessageStore
- Returns:
- an array SubscriptionInfos
- Throws:
IOException
-
getMessageCount
public int getMessageCount(String clientId, String subscriberName) throws IOException
Description copied from interface:TopicMessageStore
Get the number of messages ready to deliver from the store to a durable subscriber- Specified by:
getMessageCount
in interfaceTopicMessageStore
- Returns:
- the outstanding message count
- Throws:
IOException
-
getMessageSize
public long getMessageSize(String clientId, String subscriberName) throws IOException
Description copied from interface:TopicMessageStore
Get the total size of the messages ready to deliver from the store to the durable subscriber- Specified by:
getMessageSize
in interfaceTopicMessageStore
- Returns:
- Throws:
IOException
-
recoverNextMessages
public void recoverNextMessages(String clientId, String subscriptionName, int maxReturned, MessageRecoveryListener listener) throws Exception
Description copied from interface:TopicMessageStore
For an active subscription - retrieve messages from the store for the subscriber after the lastMessageId messageId- Specified by:
recoverNextMessages
in interfaceTopicMessageStore
- Throws:
Exception
-
resetBatching
public void resetBatching(String clientId, String subscriptionName)
Description copied from interface:TopicMessageStore
A hint to the Store to reset any batching state for a durable subscriber- Specified by:
resetBatching
in interfaceTopicMessageStore
-
getMessageStoreSubStatistics
public MessageStoreSubscriptionStatistics getMessageStoreSubStatistics()
Description copied from interface:TopicMessageStore
The subscription metrics contained in this store- Specified by:
getMessageStoreSubStatistics
in interfaceTopicMessageStore
- Returns:
-
-