| 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 messaging
|
| org.apache.activemq.store.memory |
VM based implementation of message persistence
|
| Constructor and 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) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicReferenceStore
A MessageStore for durable topic subscriptions
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyTopicMessageStore
A simple proxy that delegates to another MessageStore.
|
| Modifier and Type | Method and Description |
|---|---|
TopicMessageStore |
PersistenceAdapter.createTopicMessageStore(org.apache.activemq.command.ActiveMQTopic destination)
Factory method to create a new topic message store with the given
destination name
|
| Constructor and Description |
|---|
ProxyTopicMessageStore(TopicMessageStore delegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTopicMessageStore |
| Modifier and Type | Method and Description |
|---|---|
TopicMessageStore |
MemoryPersistenceAdapter.createTopicMessageStore(org.apache.activemq.command.ActiveMQTopic destination) |
TopicMessageStore |
MemoryTransactionStore.proxy(TopicMessageStore messageStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryTransactionStore.acknowledge(TopicMessageStore destination,
String clientId,
String subscriptionName,
org.apache.activemq.command.MessageId messageId,
org.apache.activemq.command.MessageAck ack) |
TopicMessageStore |
MemoryTransactionStore.proxy(TopicMessageStore messageStore) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.