Uses of Class
org.apache.activemq.store.ReferenceStore.ReferenceData
Packages that use ReferenceStore.ReferenceData
Package
Description
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.ReferenceDataModifier and TypeMethodDescriptionReferenceStore.getMessageReference(org.apache.activemq.command.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.ReferenceDataModifier and TypeMethodDescriptionbooleanReferenceStore.addMessageReference(ConnectionContext context, org.apache.activemq.command.MessageId messageId, ReferenceStore.ReferenceData data) Adds a message reference to the message store