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