Package org.apache.activemq.store.jdbc
package org.apache.activemq.store.jdbc
Message persistence implemented using JDBC
-
ClassDescriptionDeprecated.A helper class which provides a factory method to create a default {@link DataSource) if one is not provided.Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database.Deprecated.respect 2pc prepare uses local transactions to maintain prepared state xid column provides transaction flag for additions and removals a commit clears that context and completes the work a rollback clears the flag and removes the additions Essentially a prepare is an insert &| update transaction commit|rollback is an update &| removeA
PersistenceAdapterimplementation using JDBC for persistence storage.Represents an exclusive lease on a database to avoid multiple brokers running against the same logical database.Helps keep track of the current transaction/JDBC connection.
Lockerinstead