|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageStore | |
|---|---|
| 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 messaging |
| org.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 | |
|---|---|
protected MessageStore |
BaseDestination.store
|
| Methods in org.apache.activemq.broker.region that return MessageStore | |
|---|---|
MessageStore |
DestinationFilter.getMessageStore()
|
MessageStore |
Destination.getMessageStore()
|
MessageStore |
BaseDestination.getMessageStore()
|
| Constructors in org.apache.activemq.broker.region with parameters of type MessageStore | |
|---|---|
BaseDestination(BrokerService brokerService,
MessageStore store,
ActiveMQDestination destination,
DestinationStatistics parentStats)
|
|
Queue(BrokerService brokerService,
ActiveMQDestination destination,
MessageStore store,
DestinationStatistics parentStats,
TaskRunnerFactory taskFactory)
|
|
TempQueue(BrokerService brokerService,
ActiveMQDestination destination,
MessageStore store,
DestinationStatistics parentStats,
TaskRunnerFactory taskFactory)
|
|
| Uses of MessageStore in org.apache.activemq.store |
|---|
| Subinterfaces of MessageStore in org.apache.activemq.store | |
|---|---|
interface |
ReferenceStore
Represents a message store which is used by the persistent implementations |
interface |
TopicMessageStore
A MessageStore for durable topic subscriptions |
interface |
TopicReferenceStore
A MessageStore for durable topic subscriptions |
| Classes in org.apache.activemq.store that implement MessageStore | |
|---|---|
class |
AbstractMessageStore
|
class |
ProxyMessageStore
A simple proxy that delegates to another MessageStore. |
class |
ProxyTopicMessageStore
A simple proxy that delegates to another MessageStore. |
| Methods in org.apache.activemq.store that return MessageStore | |
|---|---|
MessageStore |
PersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
Factory method to create a new queue message store with the given destination name |
MessageStore |
ProxyTopicMessageStore.getDelegate()
|
MessageStore |
ProxyMessageStore.getDelegate()
|
| Constructors in org.apache.activemq.store with parameters of type MessageStore | |
|---|---|
ProxyMessageStore(MessageStore delegate)
|
|
| Uses of MessageStore in org.apache.activemq.store.memory |
|---|
| Classes in org.apache.activemq.store.memory that implement MessageStore | |
|---|---|
class |
MemoryMessageStore
An implementation of MessageStore which
uses a |
class |
MemoryTopicMessageStore
|
| Methods in org.apache.activemq.store.memory that return MessageStore | |
|---|---|
MessageStore |
MemoryPersistenceAdapter.createQueueMessageStore(ActiveMQQueue destination)
|
MessageStore |
MemoryTransactionStore.AddMessageCommand.getMessageStore()
|
MessageStore |
MemoryTransactionStore.RemoveMessageCommand.getMessageStore()
|
MessageStore |
MemoryTransactionStore.proxy(MessageStore messageStore)
|
| Methods in org.apache.activemq.store.memory with parameters of type MessageStore | |
|---|---|
MessageStore |
MemoryTransactionStore.proxy(MessageStore messageStore)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||