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 classJournalPersistenceAdapterFactoryFactory class that can create PersistenceAdapter objects.
-