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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Modifier and Type | Method and Description |
---|---|
DatabaseLocker |
JDBCPersistenceAdapter.getDatabaseLocker() |
protected DatabaseLocker |
JDBCPersistenceAdapter.loadDataBaseLocker() |
Modifier and Type | Method and Description |
---|---|
void |
JDBCPersistenceAdapter.setDatabaseLocker(DatabaseLocker locker)
Sets the database locker strategy to use to lock the database on startup
|
Modifier and Type | Class and Description |
---|---|
class |
TransactDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running
against the same logical database.
|
Copyright © 2005-2012. All Rights Reserved.