Uses of Enum
org.apache.activemq.store.MessageStore.StoreType
Packages that use MessageStore.StoreType
Package
Description
The APIs which need to be implemented for persistent message stores for durable messaging
VM based implementation of message persistence
-
Uses of MessageStore.StoreType in org.apache.activemq.store
Methods in org.apache.activemq.store that return MessageStore.StoreTypeModifier and TypeMethodDescriptionMessageStore.getType()ProxyMessageStore.getType()static MessageStore.StoreTypeReturns the enum constant of this type with the specified name.static MessageStore.StoreType[]MessageStore.StoreType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageStore.StoreType in org.apache.activemq.store.memory
Methods in org.apache.activemq.store.memory that return MessageStore.StoreType