Uses of Interface
org.apache.activemq.store.NoLocalSubscriptionAware
-
Packages that use NoLocalSubscriptionAware Package Description org.apache.activemq.store.kahadb org.apache.activemq.store.memory VM based implementation of message persistence -
-
Uses of NoLocalSubscriptionAware in org.apache.activemq.store.kahadb
Classes in org.apache.activemq.store.kahadb that implement NoLocalSubscriptionAware Modifier and Type Class Description class
KahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
designed for use with KahaDB - Embedded Lightweight Non-Relational Databaseclass
KahaDBStore
class
MultiKahaDBPersistenceAdapter
An implementation ofPersistenceAdapter
that supports distribution of destinations across multiple kahaDB persistence adapters -
Uses of NoLocalSubscriptionAware in org.apache.activemq.store.memory
Classes in org.apache.activemq.store.memory that implement NoLocalSubscriptionAware Modifier and Type Class Description class
MemoryPersistenceAdapter
-