Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.activemq.store

Interface Summary
MessageStore Represents a message store which is used by the persistent org.activemq.service.MessageContainer implementations
PersistenceAdapter Adapter to the actual persistence mechanism used with ActiveMQ
PersistenceAdapterFactory Factory class that can create PersistenceAdapter objects.
RecoveryListener  
TopicMessageStore A MessageStore for durable topic subscriptions
TransactionStore Represents the durable store of the commit/rollback operations taken against the broker.
TransactionStore.RecoveryListener  
 

Class Summary
ProxyMessageStore A simple proxy that delegates to another MessageStore.
ProxyTopicMessageStore A simple proxy that delegates to another MessageStore.