Class ConnectionAudit
- Namespace
- Apache.NMS.ActiveMQ.Util
- Assembly
- Apache.NMS.ActiveMQ.dll
public class ConnectionAudit
- Inheritance
-
ConnectionAudit
- Inherited Members
-
Constructors
ConnectionAudit()
ConnectionAudit(int, int)
public ConnectionAudit(int auditDepth, int auditMaximumProducerNumber)
Parameters
auditDepth
int
auditMaximumProducerNumber
int
Properties
AuditDepth
public int AuditDepth { get; set; }
Property Value
- int
AuditMaximumProducerNumber
public int AuditMaximumProducerNumber { get; set; }
Property Value
- int
CheckForDuplicates
public bool CheckForDuplicates { get; set; }
Property Value
- bool
Methods
IsDuplicate(IDispatcher, Message)
public bool IsDuplicate(IDispatcher dispatcher, Message message)
Parameters
dispatcher
IDispatcher
message
Message
Returns
- bool
RemoveDispatcher(IDispatcher)
public void RemoveDispatcher(IDispatcher dispatcher)
Parameters
dispatcher
IDispatcher
RollbackDuplicate(IDispatcher, Message)
public void RollbackDuplicate(IDispatcher dispatcher, Message message)
Parameters
dispatcher
IDispatcher
message
Message