Uses of Interface
org.apache.activemq.store.MessageStore
Packages that use MessageStore
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 MessageStore in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as MessageStoreMethods in org.apache.activemq.broker.region that return MessageStoreModifier and TypeMethodDescriptionfinal MessageStoreBaseDestination.getMessageStore()Destination.getMessageStore()DestinationFilter.getMessageStore()Constructors in org.apache.activemq.broker.region with parameters of type MessageStoreModifierConstructorDescriptionBaseDestination(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.storeModifier and TypeInterfaceDescriptioninterfaceRepresents a message store which is used by the persistent implementationsinterfaceA MessageStore for durable topic subscriptionsinterfaceA MessageStore for durable topic subscriptionsClasses in org.apache.activemq.store that implement MessageStoreModifier and TypeClassDescriptionclassclassA simple proxy that delegates to another MessageStore.classA simple proxy that delegates to another MessageStore.Methods in org.apache.activemq.store that return MessageStoreModifier and TypeMethodDescriptionPersistenceAdapter.createQueueMessageStore(org.apache.activemq.command.ActiveMQQueue destination) Factory method to create a new queue message store with the given destination nameProxyMessageStore.getDelegate()ProxyTopicMessageStore.getDelegate()Constructors in org.apache.activemq.store with parameters of type MessageStore -
Uses of MessageStore in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement MessageStoreMethods in org.apache.activemq.store.memory that return MessageStoreModifier and TypeMethodDescriptionMemoryPersistenceAdapter.createQueueMessageStore(org.apache.activemq.command.ActiveMQQueue destination) MemoryTransactionStore.AddMessageCommand.getMessageStore()MemoryTransactionStore.RemoveMessageCommand.getMessageStore()MemoryTransactionStore.proxy(MessageStore messageStore) Methods in org.apache.activemq.store.memory with parameters of type MessageStoreModifier and TypeMethodDescriptionMemoryTransactionStore.proxy(MessageStore messageStore) voidMemoryTransactionStore.AddMessageCommand.setMessageStore(MessageStore messageStore)