The IRedeliveryPolicy type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable.) | |
RedeliveryDelay |
The time in milliseconds to delay a redelivery
|
Properties
Name | Description | |
---|---|---|
BackOffMultiplier |
Gets or sets the back off multiplier.
| |
CollisionAvoidancePercent |
Gets or sets the collision avoidance percent. This causes the redelivery delay
to be adjusted in order to avoid possible collision when messages are redelivered
to concurrent consumers.
| |
InitialRedeliveryDelay |
The time in milliseconds to initially delay a redelivery
| |
MaximumRedeliveries |
Gets or sets the maximum redeliveries. A value less than zero indicates
that there is no maximum and the NMS provider should retry forever.
| |
UseCollisionAvoidance |
Gets or sets a value indicating whether to [use collision avoidance].
| |
UseExponentialBackOff |
Gets or sets a value indicating whether [use exponential back off].
|