Uses of Interface
org.activemq.store.cache.CacheMessageStoreAware

Packages that use CacheMessageStoreAware
org.activemq.store.cache   
org.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
 

Uses of CacheMessageStoreAware in org.activemq.store.cache
 

Classes in org.activemq.store.cache that implement CacheMessageStoreAware
 class CacheMessageStore
          A MessageStore that uses an in memory cache to speed up getMessage() method calls.
 class CacheTopicMessageStore
          A MessageStore that uses an in memory cache to speed up getMessage() method calls.
 

Uses of CacheMessageStoreAware in org.activemq.store.journal
 

Classes in org.activemq.store.journal that implement CacheMessageStoreAware
 class JournalMessageStore
          A MessageStore that uses a Journal to store it's messages.
 class JournalTopicMessageStore
          A MessageStore that uses a Journal to store it's messages.
 



Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.