Package | Description |
---|---|
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 |
---|---|
protected KahaReferenceStoreAdapter |
AMQPersistenceAdapter.createReferenceStoreAdapter() |
Modifier and Type | Field and Description |
---|---|
protected KahaReferenceStoreAdapter |
KahaReferenceStore.adapter |
Constructor and Description |
---|
KahaReferenceStore(KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> container,
ActiveMQDestination destination) |
KahaTopicReferenceStore(Store store,
KahaReferenceStoreAdapter adapter,
MapContainer<MessageId,ReferenceRecord> messageContainer,
ListContainer<TopicSubAck> ackContainer,
MapContainer<String,SubscriptionInfo> subsContainer,
ActiveMQDestination destination) |
Copyright © 2005–2015. All rights reserved.