Uses of Class
org.apache.activemq.store.jdbc.DataSourceServiceSupport
-
Packages that use DataSourceServiceSupport Package Description org.apache.activemq.store.jdbc Message persistence implemented using JDBCorg.apache.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. -
-
Uses of DataSourceServiceSupport in org.apache.activemq.store.jdbc
Subclasses of DataSourceServiceSupport in org.apache.activemq.store.jdbc Modifier and Type Class Description classJDBCPersistenceAdapterAPersistenceAdapterimplementation using JDBC for persistence storage. -
Uses of DataSourceServiceSupport in org.apache.activemq.store.journal
Subclasses of DataSourceServiceSupport in org.apache.activemq.store.journal Modifier and Type Class Description classJournalPersistenceAdapterFactoryDeprecated, for removal: This API element is subject to removal in a future version.Deprecated for removal as this PersistenceAdapter is no longer used and replaced by the JDBCPersistenceAdapter.
-