Package | Description |
---|---|
org.apache.activemq.store |
The APIs which need to be implemented for persistent message stores for durable messaging
|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
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
|
Modifier and Type | Method and Description |
---|---|
ReferenceStore.ReferenceData |
ReferenceRecord.getData() |
ReferenceStore.ReferenceData |
KahaReferenceStore.getMessageReference(MessageId identity) |
ReferenceStore.ReferenceData |
KahaTopicReferenceStore.getMessageReference(MessageId identity) |
Modifier and Type | Method and Description |
---|---|
boolean |
KahaReferenceStore.addMessageReference(ConnectionContext context,
MessageId messageId,
ReferenceStore.ReferenceData data) |
boolean |
KahaTopicReferenceStore.addMessageReference(ConnectionContext context,
MessageId messageId,
ReferenceStore.ReferenceData data) |
void |
ReferenceRecord.setData(ReferenceStore.ReferenceData data) |
Constructor and Description |
---|
ReferenceRecord(String messageId,
ReferenceStore.ReferenceData data) |
Copyright © 2005–2014. All rights reserved.