Package | Description |
---|---|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.journal |
Message persistence using a high performance transaction log via the Journal interface.
|
Modifier and Type | Class and Description |
---|---|
class |
PersistenceAdapterFactoryBean
Creates a default persistence model using the Journal and JDBC
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Modifier and Type | Class and Description |
---|---|
class |
JournalPersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
|
Copyright © 2005–2015. All rights reserved.