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.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
org.apache.activemq.store.kahadb | |
org.apache.activemq.store.memory |
VM based implementation of message persistence
|
Modifier and Type | Method and Description |
---|---|
void |
TransactionStore.recover(TransactionRecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
AMQTransactionStore.recover(TransactionRecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
JournalTransactionStore.recover(TransactionRecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
KahaTransactionStore.recover(TransactionRecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
KahaDBTransactionStore.recover(TransactionRecoveryListener listener) |
void |
MultiKahaDBTransactionStore.recover(TransactionRecoveryListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryTransactionStore.recover(TransactionRecoveryListener listener) |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.