Package | Description |
---|---|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.jdbc.adapter |
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
|
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)
allow the injection of a jdbc persistence adapter
|
void |
DefaultDatabaseLocker.setPersistenceAdapter(JDBCPersistenceAdapter adapter) |
Constructor and Description |
---|
DefaultDatabaseLocker(JDBCPersistenceAdapter persistenceAdapter) |
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) |
Constructor and Description |
---|
TransactDatabaseLocker(JDBCPersistenceAdapter persistenceAdapter) |
Modifier and Type | Method and Description |
---|---|
JDBCPersistenceAdapter |
JournalPersistenceAdapterFactory.getJdbcAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
JournalPersistenceAdapterFactory.setJdbcAdapter(JDBCPersistenceAdapter jdbcAdapter) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.