Class DefaultRedeliveryPolicy
Represents the default redelivery policy used to determine message redelivery behavior.
Inherited Members
Namespace: CodersRealm.NmsAmqpClient
Assembly: CodersRealm.NmsAmqpClient.dll
Syntax
public class DefaultRedeliveryPolicy : RedeliveryPolicy, IRedeliveryPolicy, ICloneable
Remarks
This class provides a standard implementation of the redelivery policy for message destinations. It can be used as a base or fallback policy when no custom redelivery logic is required.
Methods
GetOutcome(IDestination)
Declaration
public override int GetOutcome(IDestination destination)
Parameters
| Type | Name | Description |
|---|---|---|
| IDestination | destination |
Returns
| Type | Description |
|---|---|
| int |
Overrides
Implements
Apache.NMS.IRedeliveryPolicy