Uses of Class
org.apache.activemq.store.ReferenceStore.ReferenceData
-
Packages that use ReferenceStore.ReferenceData Package Description org.apache.activemq.store The APIs which need to be implemented for persistent message stores for durable messaging -
-
Uses of ReferenceStore.ReferenceData in org.apache.activemq.store
Methods in org.apache.activemq.store that return ReferenceStore.ReferenceData Modifier and Type Method Description ReferenceStore.ReferenceDataReferenceStore. getMessageReference(MessageId identity)Looks up a message using either the String messageID or the messageNumber.Methods in org.apache.activemq.store with parameters of type ReferenceStore.ReferenceData Modifier and Type Method Description booleanReferenceStore. addMessageReference(ConnectionContext context, MessageId messageId, ReferenceStore.ReferenceData data)Adds a message reference to the message store
-