Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

MsmqBindingBase::ReceiveRetryCount Property

 

Gets or sets the maximum number of immediate delivery attempts on a message that is read from the application queue.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property int ReceiveRetryCount {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The 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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft