public class JournalTopicMessageStore extends JournalMessageStore implements TopicMessageStore
inFlightTxLocations, lastLocation, peristenceAdapter, transactionStore, transactionTemplate
destination, FUTURE, prioritizedMessages
Constructor and Description |
---|
JournalTopicMessageStore(JournalPersistenceAdapter adapter,
TopicMessageStore checkpointStore,
ActiveMQTopic destinationName) |
Modifier and Type | Method and Description |
---|---|
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
|
protected void |
acknowledge(MessageId messageId,
org.apache.activeio.journal.RecordLocation location,
SubscriptionKey key) |
void |
addMessage(ConnectionContext context,
Message message)
Not synchronized since the Journal has better throughput if you increase
the number of concurrent writes that it is doing.
|
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.
|
org.apache.activeio.journal.RecordLocation |
checkpoint() |
void |
deleteSubscription(java.lang.String clientId,
java.lang.String subscriptionName) |
SubscriptionInfo[] |
getAllSubscriptions()
Lists all the durable subscriptions for a given destination.
|
TopicMessageStore |
getLongTermTopicMessageStore() |
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
|
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 |
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
|
addMessageReference, checkpoint, getLongTermMessageStore, getMessage, getMessageCount, getMessageReference, recover, recoverNextMessages, removeAllMessages, removeMessage, replayAddMessage, replayRemoveMessage, resetBatching, setBatch, setMemoryUsage, start, stop
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, isEmpty, isPrioritizedMessages, removeAsyncMessage, setPrioritizedMessages
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addMessage, asyncAddQueueMessage, asyncAddQueueMessage, asyncAddTopicMessage, asyncAddTopicMessage, dispose, getDestination, getMessage, getMessageCount, isEmpty, isPrioritizedMessages, recover, recoverNextMessages, removeAllMessages, removeAsyncMessage, removeMessage, resetBatching, setBatch, setMemoryUsage, setPrioritizedMessages
public JournalTopicMessageStore(JournalPersistenceAdapter adapter, TopicMessageStore checkpointStore, ActiveMQTopic destinationName)
public void recoverSubscription(java.lang.String clientId, java.lang.String subscriptionName, MessageRecoveryListener listener) throws java.lang.Exception
TopicMessageStore
recoverSubscription
in interface TopicMessageStore
java.lang.Exception
public void recoverNextMessages(java.lang.String clientId, java.lang.String subscriptionName, int maxReturned, MessageRecoveryListener listener) throws java.lang.Exception
TopicMessageStore
recoverNextMessages
in interface TopicMessageStore
java.lang.Exception
public SubscriptionInfo lookupSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
TopicMessageStore
lookupSubscription
in interface TopicMessageStore
java.io.IOException
public void addSubsciption(SubscriptionInfo subscriptionInfo, boolean retroactive) throws java.io.IOException
TopicMessageStore
addSubsciption
in interface TopicMessageStore
java.io.IOException
public void addMessage(ConnectionContext context, Message message) throws java.io.IOException
JournalMessageStore
addMessage
in interface MessageStore
addMessage
in class JournalMessageStore
context
- contextjava.io.IOException
public void acknowledge(ConnectionContext context, java.lang.String clientId, java.lang.String subscriptionName, MessageId messageId, MessageAck originalAck) throws java.io.IOException
TopicMessageStore
acknowledge
in interface TopicMessageStore
java.io.IOException
public void replayAcknowledge(ConnectionContext context, java.lang.String clientId, java.lang.String subscritionName, MessageId messageId)
protected void acknowledge(MessageId messageId, org.apache.activeio.journal.RecordLocation location, SubscriptionKey key)
messageId
- location
- key
- public org.apache.activeio.journal.RecordLocation checkpoint() throws java.io.IOException
checkpoint
in class JournalMessageStore
java.io.IOException
public TopicMessageStore getLongTermTopicMessageStore()
public void deleteSubscription(java.lang.String clientId, java.lang.String subscriptionName) throws java.io.IOException
deleteSubscription
in interface TopicMessageStore
java.io.IOException
public SubscriptionInfo[] getAllSubscriptions() throws java.io.IOException
TopicMessageStore
getAllSubscriptions
in interface TopicMessageStore
java.io.IOException
public int getMessageCount(java.lang.String clientId, java.lang.String subscriberName) throws java.io.IOException
TopicMessageStore
getMessageCount
in interface TopicMessageStore
java.io.IOException
public void resetBatching(java.lang.String clientId, java.lang.String subscriptionName)
TopicMessageStore
resetBatching
in interface TopicMessageStore
Copyright © 2005-2017. All Rights Reserved.