SessionHandlerOptions.MessageWaitTimeout Property

Definition

Gets or sets the time needed before the message waiting expires.This is the time the session-pump waits before closing down the current session and switching to a different session.

public TimeSpan MessageWaitTimeout { get; set; }
member this.MessageWaitTimeout : TimeSpan with get, set
Public Property MessageWaitTimeout As TimeSpan

Property Value

The time needed before the message waiting expires.

Remarks

This value has an impact on the message throughput. If the value is very large, then every time the SDK waits for this duration before closing to make sure that all the messages have been received. If users are having a lot of sessions and fewer messages per session, try setting this to be a relative smaller value based on how frequent new messages arrive in the session.

Applies to