| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected JDBCPersistenceAdapter |
JDBCMessageStore.persistenceAdapter |
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseLocker.setPersistenceAdapter(JDBCPersistenceAdapter adapter)
Deprecated.
allow the injection of a jdbc persistence adapter
|
| Constructor and Description |
|---|
JdbcMemoryTransactionStore(JDBCPersistenceAdapter jdbcPersistenceAdapter) |
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQDestination destination,
ActiveMQMessageAudit audit) |
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQTopic topic,
ActiveMQMessageAudit audit) |
TransactionContext(JDBCPersistenceAdapter persistenceAdapter) |
| Modifier and Type | Method and Description |
|---|---|
JDBCPersistenceAdapter |
JournalPersistenceAdapterFactory.getJdbcAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
JournalPersistenceAdapterFactory.setJdbcAdapter(JDBCPersistenceAdapter jdbcAdapter) |
Copyright © 2005-2013 Red Hat, Inc.. All Rights Reserved.