Click or drag to resize

ServiceBusServiceBufferThreshold Property

Gets or sets the maximum number of Messages that can be buffered for distribution by the ServiceBusService before the the oldest buffered Messages are discarded to keep memory consumption in check by avoiding Message flooding.

Namespace: GSF.ServiceBus
Assembly: GSF.ServiceBus (in GSF.ServiceBus.dll) Version: 2.4.181-beta
Syntax
public int BufferThreshold { get; set; }
View Source

Property Value

Int32
Remarks
Set BufferThreshold to -1 to disable discarding of Messages.
See Also