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.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.
|
Class and Description |
---|
DataSourceSupport
A helper class which provides a factory method to create a default
{@link DataSource) if one is not provided.
|
Class and Description |
---|
DatabaseLocker
Represents some kind of lock service to ensure that a broker is the only master
|
DataSourceSupport
A helper class which provides a factory method to create a default
{@link DataSource) if one is not provided.
|
JDBCAdapter |
JDBCMessageIdScanListener |
JDBCMessageRecoveryListener |
JDBCMessageStore |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Statements |
TransactionContext
Helps keep track of the current transaction/JDBC connection.
|
Class and Description |
---|
DatabaseLocker
Represents some kind of lock service to ensure that a broker is the only master
|
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
JDBCAdapter |
JDBCMessageIdScanListener |
JDBCMessageRecoveryListener |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Statements |
TransactionContext
Helps keep track of the current transaction/JDBC connection.
|
Class and Description |
---|
DataSourceSupport
A helper class which provides a factory method to create a default
{@link DataSource) if one is not provided.
|
JDBCAdapter |
JDBCPersistenceAdapter
A
PersistenceAdapter implementation using JDBC for persistence
storage. |
Statements |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.