Package | Description |
---|---|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
Modifier and Type | Method and Description |
---|---|
ReferenceStore.ReferenceData |
ReferenceStore.getMessageReference(MessageId identity)
Looks up a message using either the String messageID or the
messageNumber.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReferenceStore.addMessageReference(ConnectionContext context,
MessageId messageId,
ReferenceStore.ReferenceData data)
Adds a message reference to the message store
|
Copyright © 2005–2024 The Apache Software Foundation. All rights reserved.