Uses of Interface
org.apache.activemq.store.MessageStore
-
Packages that use MessageStore 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 MessageStore in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as MessageStore Modifier and Type Field Description protected MessageStoreBaseDestination. storeMethods in org.apache.activemq.broker.region that return MessageStore Modifier and Type Method Description MessageStoreBaseDestination. getMessageStore()MessageStoreDestination. getMessageStore()MessageStoreDestinationFilter. getMessageStore()Constructors in org.apache.activemq.broker.region with parameters of type MessageStore Constructor Description BaseDestination(BrokerService brokerService, MessageStore store, org.apache.activemq.command.ActiveMQDestination destination, DestinationStatistics parentStats)Queue(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory)TempQueue(BrokerService brokerService, org.apache.activemq.command.ActiveMQDestination destination, MessageStore store, DestinationStatistics parentStats, org.apache.activemq.thread.TaskRunnerFactory taskFactory) -
Uses of MessageStore in org.apache.activemq.store
Subinterfaces of MessageStore in org.apache.activemq.store Modifier and Type Interface Description interfaceReferenceStoreRepresents a message store which is used by the persistent implementationsinterfaceTopicMessageStoreA MessageStore for durable topic subscriptionsinterfaceTopicReferenceStoreA MessageStore for durable topic subscriptionsClasses in org.apache.activemq.store that implement MessageStore Modifier and Type Class Description classAbstractMessageStoreclassProxyMessageStoreA simple proxy that delegates to another MessageStore.classProxyTopicMessageStoreA simple proxy that delegates to another MessageStore.Methods in org.apache.activemq.store that return MessageStore Modifier and Type Method Description MessageStorePersistenceAdapter. createQueueMessageStore(org.apache.activemq.command.ActiveMQQueue destination)Factory method to create a new queue message store with the given destination nameMessageStoreProxyMessageStore. getDelegate()MessageStoreProxyTopicMessageStore. getDelegate()Constructors in org.apache.activemq.store with parameters of type MessageStore Constructor Description ProxyMessageStore(MessageStore delegate) -
Uses of MessageStore in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement MessageStore Modifier and Type Class Description classMemoryMessageStoreAn implementation ofMessageStoreclassMemoryTopicMessageStoreMethods in org.apache.activemq.store.memory that return MessageStore Modifier and Type Method Description MessageStoreMemoryPersistenceAdapter. createQueueMessageStore(org.apache.activemq.command.ActiveMQQueue destination)MessageStoreMemoryTransactionStore.AddMessageCommand. getMessageStore()MessageStoreMemoryTransactionStore.RemoveMessageCommand. getMessageStore()MessageStoreMemoryTransactionStore. proxy(MessageStore messageStore)Methods in org.apache.activemq.store.memory with parameters of type MessageStore Modifier and Type Method Description MessageStoreMemoryTransactionStore. proxy(MessageStore messageStore)voidMemoryTransactionStore.AddMessageCommand. setMessageStore(MessageStore messageStore)
-