Uses of Interface
org.apache.activemq.store.TopicMessageStore
Packages that use TopicMessageStore
Package
Description
Region abstraction and implementations in the Broker.
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of TopicMessageStore in org.apache.activemq.broker.region
Constructors in org.apache.activemq.broker.region with parameters of type TopicMessageStoreModifierConstructorDescriptionTempTopic(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) Topic(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, TopicMessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) -
Uses of TopicMessageStore in org.apache.activemq.store
Subinterfaces of TopicMessageStore in org.apache.activemq.storeModifier and TypeInterfaceDescriptioninterfaceA MessageStore for durable topic subscriptionsClasses in org.apache.activemq.store that implement TopicMessageStoreModifier and TypeClassDescriptionclassA simple proxy that delegates to another MessageStore.Methods in org.apache.activemq.store that return TopicMessageStoreModifier and TypeMethodDescriptionPersistenceAdapter.createTopicMessageStore(org.apache.activemq.command.ActiveMQTopic destination) Factory method to create a new topic message store with the given destination nameConstructors in org.apache.activemq.store with parameters of type TopicMessageStore -
Uses of TopicMessageStore in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement TopicMessageStoreMethods in org.apache.activemq.store.memory that return TopicMessageStoreModifier and TypeMethodDescriptionMemoryPersistenceAdapter.createTopicMessageStore(org.apache.activemq.command.ActiveMQTopic destination) MemoryTransactionStore.proxy(TopicMessageStore messageStore) Methods in org.apache.activemq.store.memory with parameters of type TopicMessageStoreModifier and TypeMethodDescriptionvoidMemoryTransactionStore.acknowledge(TopicMessageStore destination, String clientId, String subscriptionName, org.apache.activemq.command.MessageId messageId, org.apache.activemq.command.MessageAck ack) MemoryTransactionStore.proxy(TopicMessageStore messageStore)