Uses of Package
org.apache.activemq.store.jdbc
Packages that use org.apache.activemq.store.jdbc
Package
Description
Message persistence implemented using JDBC
Implements database/driver apapters to compensate for the
wide differences in the BLOB handing of JDBC drivers.
-
Classes in org.apache.activemq.store.jdbc used by org.apache.activemq.store.jdbcClassDescriptionA helper class which provides a factory method to create a default {@link DataSource) if one is not provided.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.Helps keep track of the current transaction/JDBC connection. -
Classes in org.apache.activemq.store.jdbc used by org.apache.activemq.store.jdbc.adapterClassDescriptionRepresents an exclusive lock on a database to avoid multiple brokers running against the same logical database.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 &| removeHelps keep track of the current transaction/JDBC connection.