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 ActiveMQMessageAudit
TopicSubscription. 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 ActiveMQMessageAudit
AbstractPendingMessageCursor. audit
Methods in org.apache.activemq.broker.region.cursors that return ActiveMQMessageAudit Modifier and Type Method Description ActiveMQMessageAudit
AbstractPendingMessageCursor. getMessageAudit()
ActiveMQMessageAudit
PendingMessageCursor. getMessageAudit()
Methods in org.apache.activemq.broker.region.cursors with parameters of type ActiveMQMessageAudit Modifier and Type Method Description void
AbstractPendingMessageCursor. setMessageAudit(ActiveMQMessageAudit audit)
set the auditvoid
PendingMessageCursor. 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 ActiveMQMessageAudit
JDBCMessageStore. audit
protected ActiveMQMessageAudit
JDBCPersistenceAdapter. audit
Constructors 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)
-