Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.broker.region.cursors |
Cursors used to page persistent messages into the broker from the store
|
org.apache.activemq.store.jdbc |
Message persistence implemented using JDBC
|
org.apache.activemq.store.kahadaptor |
kaha implementation of message persistence for the broker
|
Modifier and Type | Field and Description |
---|---|
protected ActiveMQMessageAudit |
TopicSubscription.audit |
Modifier and Type | Field and Description |
---|---|
protected ActiveMQMessageAudit |
AbstractPendingMessageCursor.audit |
Modifier and Type | Method and Description |
---|---|
ActiveMQMessageAudit |
AbstractPendingMessageCursor.getMessageAudit() |
ActiveMQMessageAudit |
PendingMessageCursor.getMessageAudit() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPendingMessageCursor.setMessageAudit(ActiveMQMessageAudit audit)
set the audit
|
void |
PendingMessageCursor.setMessageAudit(ActiveMQMessageAudit audit)
set the audit
|
Modifier and Type | Field and Description |
---|---|
protected ActiveMQMessageAudit |
JDBCMessageStore.audit |
protected ActiveMQMessageAudit |
JDBCPersistenceAdapter.audit |
Constructor and Description |
---|
JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQDestination destination,
ActiveMQMessageAudit audit) |
JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter,
JDBCAdapter adapter,
WireFormat wireFormat,
ActiveMQTopic topic,
ActiveMQMessageAudit audit) |
Modifier and Type | Field and Description |
---|---|
protected ActiveMQMessageAudit |
KahaReferenceStore.dispatchAudit |
Copyright © 2005-2012. All Rights Reserved.