Uses of Interface
org.apache.activemq.store.TopicMessageStore
-
Packages that use TopicMessageStore Package Description org.apache.activemq.broker.region Region abstraction and implementations in the Broker.org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.memory 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 TopicMessageStore Constructor Description TempTopic(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.store Modifier and Type Interface Description interfaceTopicReferenceStoreA MessageStore for durable topic subscriptionsClasses in org.apache.activemq.store that implement TopicMessageStore Modifier and Type Class Description classProxyTopicMessageStoreA simple proxy that delegates to another MessageStore.Methods in org.apache.activemq.store that return TopicMessageStore Modifier and Type Method Description TopicMessageStorePersistenceAdapter. 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 Constructor Description ProxyTopicMessageStore(TopicMessageStore delegate) -
Uses of TopicMessageStore in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement TopicMessageStore Modifier and Type Class Description classMemoryTopicMessageStoreMethods in org.apache.activemq.store.memory that return TopicMessageStore Modifier and Type Method Description TopicMessageStoreMemoryPersistenceAdapter. createTopicMessageStore(org.apache.activemq.command.ActiveMQTopic destination)TopicMessageStoreMemoryTransactionStore. proxy(TopicMessageStore messageStore)Methods in org.apache.activemq.store.memory with parameters of type TopicMessageStore Modifier and Type Method Description voidMemoryTransactionStore. acknowledge(TopicMessageStore destination, String clientId, String subscriptionName, org.apache.activemq.command.MessageId messageId, org.apache.activemq.command.MessageAck ack)TopicMessageStoreMemoryTransactionStore. proxy(TopicMessageStore messageStore)
-