Edit

Share via


MessagingOptions.DropExpiredMessages Property

Definition

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.

Applies to