org.apache.activemq.store.kahadaptor
public class KahaTopicReferenceStore extends KahaReferenceStore implements TopicReferenceStore
ReferenceStore.ReferenceData
Modifier and Type | Field and Description |
---|---|
protected ListContainer<TopicSubAck> |
ackContainer |
protected java.util.Map<java.lang.String,TopicSubContainer> |
subscriberMessages |
adapter, dispatchAudit, lock, messageContainer
destination, FUTURE, prioritizedMessages
Constructor and Description |
---|
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<java.lang.String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Modifier and Type | Method and Description |
---|---|
void |
acknowledge(ConnectionContext context,
java.lang.String clientId,
java.lang.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 checkpoint
|
boolean |
acknowledgeReference(ConnectionContext context,
java.lang.String clientId,
java.lang.String subscriptionName,
MessageId messageId)
Removes the last acknowledged messgeID for the given subscription so that
we can recover and commence dispatching messages from the last checkpoint
N.B.
|
void |
addMessage(ConnectionContext context,
Message message)
Adds a message to the message store
|
boolean |
addMessageReference(ConnectionContext context,
MessageId messageId,
ReferenceStore.ReferenceData data)
Adds a message reference to the message store
|
void |
addReferenceFileIdsInUse() |
void |
addSubsciption(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.
|
protected MapContainer |
addSubscriberMessageContainer(java.lang.String clientId,
java.lang.String subscriptionName) |
void |
deleteSubscription(java.lang.String clientId,
java.lang.String subscriptionName) |
void |
dispose(ConnectionContext context) |
SubscriptionInfo[] |
getAllSubscriptions()
Lists all the durable subscirptions for a given destination.
|
Message |
getMessage(MessageId identity)
Looks up a message using either the String messageID or the
messageNumber.
|
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
|
protected MessageId |
getMessageId(java.lang.Object object) |
ReferenceStore.ReferenceData |
getMessageReference(MessageId identity)
Looks up a message using either the String messageID or the
messageNumber.
|
protected java.lang.String |
getSubscriptionKey(java.lang.String clientId,
java.lang.String subscriberName) |
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.
|
void |
removeAllMessages(ConnectionContext context)
Removes all the messages from the message store.
|
protected void |
removeSubscriberMessageContainer(java.lang.String clientId,
java.lang.String subscriptionName) |
void |
resetBatching(java.lang.String clientId,
java.lang.String subscriptionName)
A hint to the Store to reset any batching state for a durable subsriber
|
delete, getMessageCount, getStoreLock, isDuplicate, isSupportForCursors, recover, recoverNextMessages, recoverReference, removeMessage, resetBatching, setBatch, supportsExternalBatchControl
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, getDestination, isEmpty, isPrioritizedMessages, removeAsyncMessage, setMemoryUsage, setPrioritizedMessages, start, stop
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getStoreLock, setBatch, supportsExternalBatchControl
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, getDestination, getMessageCount, isEmpty, isPrioritizedMessages, recover, recoverNextMessages, removeAsyncMessage, removeMessage, resetBatching, setMemoryUsage, setPrioritizedMessages
protected ListContainer<TopicSubAck> ackContainer
protected java.util.Map<java.lang.String,TopicSubContainer> subscriberMessages
public KahaTopicReferenceStore(Store store, KahaReferenceStoreAdapter adapter, MapContainer<MessageId,ReferenceRecord> messageContainer, ListContainer<TopicSubAck> ackContainer, MapContainer<java.lang.String,SubscriptionInfo> subsContainer, ActiveMQDestination destination) throws java.io.IOException
java.io.IOException
public void dispose(ConnectionContext context)
dispose
in interface MessageStore
dispose
in class KahaReferenceStore
protected MessageId getMessageId(java.lang.Object object)
getMessageId
in class KahaReferenceStore
public void addMessage(ConnectionContext context, Message message) throws java.io.IOException
MessageStore
addMessage
in interface MessageStore
addMessage
in class KahaReferenceStore
context
- contextjava.io.IOException
public Message getMessage(MessageId identity) throws java.io.IOException
MessageStore
getMessage
in interface MessageStore
getMessage
in class KahaReferenceStore
identity
- which contains either the messageID or the messageNumberjava.io.IOException
public boolean addMessageReference(ConnectionContext context, MessageId messageId, ReferenceStore.ReferenceData data)
ReferenceStore
addMessageReference
in interface ReferenceStore
addMessageReference
in class KahaReferenceStore
public ReferenceStore.ReferenceData getMessageReference(MessageId identity) throws java.io.IOException
ReferenceStore
getMessageReference
in interface ReferenceStore
getMessageReference
in class KahaReferenceStore
java.io.IOException
public void addReferenceFileIdsInUse()
protected MapContainer addSubscriberMessageContainer(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
java.io.IOException
public boolean acknowledgeReference(ConnectionContext context, java.lang.String clientId, java.lang.String subscriptionName, MessageId messageId) throws java.io.IOException
TopicReferenceStore
acknowledgeReference
in interface TopicReferenceStore
java.io.IOException
public void acknowledge(ConnectionContext context, java.lang.String clientId, java.lang.String subscriptionName, MessageId messageId, MessageAck ack) throws java.io.IOException
TopicMessageStore
acknowledge
in interface TopicMessageStore
java.io.IOException
public void addSubsciption(SubscriptionInfo info, boolean retroactive) throws java.io.IOException
TopicReferenceStore
addSubsciption
in interface TopicMessageStore
addSubsciption
in interface TopicReferenceStore
java.io.IOException
public void deleteSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
deleteSubscription
in interface TopicMessageStore
deleteSubscription
in interface TopicReferenceStore
java.io.IOException
public SubscriptionInfo[] getAllSubscriptions() throws java.io.IOException
TopicReferenceStore
getAllSubscriptions
in interface TopicMessageStore
getAllSubscriptions
in interface TopicReferenceStore
java.io.IOException
public int getMessageCount(java.lang.String clientId, java.lang.String subscriberName) throws java.io.IOException
TopicReferenceStore
getMessageCount
in interface TopicMessageStore
getMessageCount
in interface TopicReferenceStore
java.io.IOException
public SubscriptionInfo lookupSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
TopicReferenceStore
lookupSubscription
in interface TopicMessageStore
lookupSubscription
in interface TopicReferenceStore
java.io.IOException
public void recoverNextMessages(java.lang.String clientId, java.lang.String subscriptionName, int maxReturned, MessageRecoveryListener listener) throws java.lang.Exception
TopicReferenceStore
recoverNextMessages
in interface TopicMessageStore
recoverNextMessages
in interface TopicReferenceStore
java.lang.Exception
public void recoverSubscription(java.lang.String clientId, java.lang.String subscriptionName, MessageRecoveryListener listener) throws java.lang.Exception
TopicReferenceStore
recoverSubscription
in interface TopicMessageStore
recoverSubscription
in interface TopicReferenceStore
java.lang.Exception
public void resetBatching(java.lang.String clientId, java.lang.String subscriptionName)
TopicReferenceStore
resetBatching
in interface TopicMessageStore
resetBatching
in interface TopicReferenceStore
public void removeAllMessages(ConnectionContext context) throws java.io.IOException
MessageStore
removeAllMessages
in interface MessageStore
removeAllMessages
in class KahaReferenceStore
java.io.IOException
protected void removeSubscriberMessageContainer(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
java.io.IOException
protected java.lang.String getSubscriptionKey(java.lang.String clientId, java.lang.String subscriberName)
Copyright © 2005-2014. All Rights Reserved.