Uses of Class
org.apache.activemq.store.ProxyMessageStore
-
Packages that use ProxyMessageStore Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messagingorg.apache.activemq.store.memory VM based implementation of message persistence -
-
Uses of ProxyMessageStore in org.apache.activemq.store
Subclasses of ProxyMessageStore in org.apache.activemq.store Modifier and Type Class Description class
ProxyTopicMessageStore
A simple proxy that delegates to another MessageStore. -
Uses of ProxyMessageStore in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory with parameters of type ProxyMessageStore Modifier and Type Method Description protected void
MemoryTransactionStore. onProxyQueueStore(ProxyMessageStore proxyMessageStore)
-