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 | Interface and Description |
---|---|
interface |
TopicReferenceStore
A MessageStore for durable topic subscriptions
|
Modifier and Type | Method and Description |
---|---|
ReferenceStore |
ReferenceStoreAdapter.createQueueReferenceStore(ActiveMQQueue destination)
Factory method to create a new queue message store with the given
destination name
|
Modifier and Type | Field and Description |
---|---|
protected ReferenceStore |
AMQMessageStore.referenceStore |
Modifier and Type | Method and Description |
---|---|
ReferenceStore |
AMQMessageStore.getReferenceStore() |
Constructor and Description |
---|
AMQMessageStore(AMQPersistenceAdapter adapter,
ReferenceStore referenceStore,
ActiveMQDestination destination) |
Modifier and Type | Class and Description |
---|---|
class |
KahaReferenceStore |
class |
KahaTopicReferenceStore |
Modifier and Type | Method and Description |
---|---|
ReferenceStore |
KahaReferenceStoreAdapter.createQueueReferenceStore(ActiveMQQueue destination) |
Copyright © 2005-2012. All Rights Reserved.