Class ConnectionAudit
Inheritance
System.Object
ConnectionAudit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Apache.NMS.ActiveMQ.Util
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ConnectionAudit
Constructors
| Improve this Doc View SourceConnectionAudit()
Declaration
public ConnectionAudit()
ConnectionAudit(Int32, Int32)
Declaration
public ConnectionAudit(int auditDepth, int auditMaximumProducerNumber)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | auditDepth | |
System.Int32 | auditMaximumProducerNumber |
Properties
| Improve this Doc View SourceAuditDepth
Declaration
public int AuditDepth { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AuditMaximumProducerNumber
Declaration
public int AuditMaximumProducerNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CheckForDuplicates
Declaration
public bool CheckForDuplicates { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceIsDuplicate(IDispatcher, Message)
Declaration
public bool IsDuplicate(IDispatcher dispatcher, Message message)
Parameters
Type | Name | Description |
---|---|---|
IDispatcher | dispatcher | |
Message | message |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveDispatcher(IDispatcher)
Declaration
public void RemoveDispatcher(IDispatcher dispatcher)
Parameters
Type | Name | Description |
---|---|---|
IDispatcher | dispatcher |
RollbackDuplicate(IDispatcher, Message)
Declaration
public void RollbackDuplicate(IDispatcher dispatcher, Message message)
Parameters
Type | Name | Description |
---|---|---|
IDispatcher | dispatcher | |
Message | message |