MessagingOptions.DropExpiredMessages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether messages should be dropped once they expire, that is if it was not delivered to the destination before it has timed out on the sender.
public bool DropExpiredMessages { get; set; }
member this.DropExpiredMessages : bool with get, set
Public Property DropExpiredMessages As Boolean
Property Value
Messages are dropped once they expire, by default.