MsmqBindingBase::ReceiveRetryCount Property
Gets or sets the maximum number of immediate delivery attempts on a message that is read from the application queue.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Int32The maximum number of immediate delivery attempts. The default is 5.
If the maximum number of immediate delivery attempts for the message is made and the message is not accessed by the application, then the message is sent to a retry queue to attempt delivery at a later time. If no retry cycles are specified, then the messages is either sent to the poison-message queue, or a negative acknowledgement is sent back to the sender.
For more information, seeMaxRetryCycles and RetryCycleDelay.
Available since 3.0