Uses of Class
org.apache.activemq.store.jdbc.AbstractJDBCLocker
-
Packages that use AbstractJDBCLocker Package Description org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.jdbc.adapter Implements database/driver apapters to compensate for the wide differences in the BLOB handing of JDBC drivers. -
-
Uses of AbstractJDBCLocker in org.apache.activemq.store.jdbc
Subclasses of AbstractJDBCLocker in org.apache.activemq.store.jdbc Modifier and Type Class Description class
DefaultDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database.class
LeaseDatabaseLocker
Represents an exclusive lease on a database to avoid multiple brokers running against the same logical database. -
Uses of AbstractJDBCLocker in org.apache.activemq.store.jdbc.adapter
Subclasses of AbstractJDBCLocker in org.apache.activemq.store.jdbc.adapter Modifier and Type Class Description class
TransactDatabaseLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database.
-