Uses of Class
org.apache.activemq.broker.AbstractLocker
-
Packages that use AbstractLocker Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.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 AbstractLocker in org.apache.activemq.store
Subclasses of AbstractLocker in org.apache.activemq.store Modifier and Type Class Description class
SharedFileLocker
Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. -
Uses of AbstractLocker in org.apache.activemq.store.jdbc
Subclasses of AbstractLocker in org.apache.activemq.store.jdbc Modifier and Type Class Description class
AbstractJDBCLocker
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 AbstractLocker in org.apache.activemq.store.jdbc.adapter
Subclasses of AbstractLocker 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.
-