Uses of Class
org.apache.activemq.ActiveMQMessageAudit
-
Packages that use ActiveMQMessageAudit 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 storeorg.apache.activemq.store.jdbc Message persistence implemented using JDBC -
-
Uses of ActiveMQMessageAudit in org.apache.activemq.broker.region
Fields in org.apache.activemq.broker.region declared as ActiveMQMessageAudit Modifier and Type Field Description protected ActiveMQMessageAuditTopicSubscription. audit -
Uses of ActiveMQMessageAudit in org.apache.activemq.broker.region.cursors
Fields in org.apache.activemq.broker.region.cursors declared as ActiveMQMessageAudit Modifier and Type Field Description protected ActiveMQMessageAuditAbstractPendingMessageCursor. auditMethods in org.apache.activemq.broker.region.cursors that return ActiveMQMessageAudit Modifier and Type Method Description ActiveMQMessageAuditAbstractPendingMessageCursor. getMessageAudit()ActiveMQMessageAuditPendingMessageCursor. getMessageAudit()Methods in org.apache.activemq.broker.region.cursors with parameters of type ActiveMQMessageAudit Modifier and Type Method Description voidAbstractPendingMessageCursor. setMessageAudit(ActiveMQMessageAudit audit)set the auditvoidPendingMessageCursor. setMessageAudit(ActiveMQMessageAudit audit)set the audit -
Uses of ActiveMQMessageAudit in org.apache.activemq.store.jdbc
Fields in org.apache.activemq.store.jdbc declared as ActiveMQMessageAudit Modifier and Type Field Description protected ActiveMQMessageAuditJDBCMessageStore. auditprotected ActiveMQMessageAuditJDBCPersistenceAdapter. auditConstructors in org.apache.activemq.store.jdbc with parameters of type ActiveMQMessageAudit Constructor Description JDBCMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQDestination destination, ActiveMQMessageAudit audit)JDBCTopicMessageStore(JDBCPersistenceAdapter persistenceAdapter, JDBCAdapter adapter, WireFormat wireFormat, ActiveMQTopic topic, ActiveMQMessageAudit audit)
-