MsmqBindingBase.Durable Property
Gets or sets a value that indicates whether the messages processed by this binding are durable or volatile.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
A durable message survives when a queue manager stops responding, while a volatile message does not. Volatile messages are useful when applications can tolerate occasional lost messages.
If ExactlyOnce is set to true, the messages must be durable.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.