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. |
| DatabaseLocker | Represents some kind of lock service to ensure that a broker is the only master | code | html |
| JDBCAdapter | code | html | |
| JDBCMessageIdScanListener | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
| JDBCMessageRecoveryListener | code | html |
| DataSourceSupport | A helper class which provides a factory method to create a default {@link DataSource) if one is not provided. | code | html |
| DefaultDatabaseLocker | Represents an exclusive lock on a database to avoid multiple brokers running against the same logical database. | code | html |
| JDBCMessageStore | code | html | |
| JDBCPersistenceAdapter | A PersistenceAdapter implementation using JDBC for persistence storage. | code | html |
| JDBCTopicMessageStore | code | html | |
| Statements | code | html | |
| TransactionContext | Helps keep track of the current transaction/JDBC connection. | code | html |