Package | Description |
---|---|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
Class and Description |
---|
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
|
Class and Description |
---|
JournalMessageStore
A MessageStore that uses a Journal to store it's messages.
|
JournalPersistenceAdapter
An implementation of
PersistenceAdapter designed for use with a
Journal and then check pointing asynchronously on a timeout with some
other long term persistent storage. |
JournalTopicMessageStore
A MessageStore that uses a Journal to store it's messages.
|
JournalTransactionStore |
JournalTransactionStore.Tx
Operations
|
JournalTransactionStore.TxOperation |
Copyright © 2005-2017. All Rights Reserved.