JournalMessageStore | A MessageStore that uses a Journal to store it's messages. | code | html |
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. | code | html |
JournalPersistenceAdapterFactory | Factory class that can create PersistenceAdapter objects. | code | html |
JournalTopicMessageStore | A MessageStore that uses a Journal to store it's messages. | code | html |
JournalTransactionStore | code | html | |
JournalTransactionStore.Tx | Operations | code | html |
JournalTransactionStore.TxOperation | code | html |
Message persistence using a high performance transaction log via the Journal interface.