| Package | Description |
|---|---|
| org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
| org.apache.activemq.store.amq |
The default Store implementation for ActiveMQ
|
| org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
| Modifier and Type | Method and Description |
|---|---|
TopicReferenceStore |
ReferenceStoreAdapter.createTopicReferenceStore(ActiveMQTopic destination)
Factory method to create a new topic message store with the given
destination name
|
| Modifier and Type | Method and Description |
|---|---|
TopicReferenceStore |
AMQTopicMessageStore.getTopicReferenceStore() |
| Constructor and Description |
|---|
AMQTopicMessageStore(AMQPersistenceAdapter adapter,
TopicReferenceStore topicReferenceStore,
ActiveMQTopic destinationName) |
| Modifier and Type | Class and Description |
|---|---|
class |
KahaTopicReferenceStore |
| Modifier and Type | Method and Description |
|---|---|
TopicReferenceStore |
KahaReferenceStoreAdapter.createTopicReferenceStore(ActiveMQTopic destination) |
Copyright © 2005–2017. All rights reserved.