Click or drag to resize

BootstrapperSettingsSlowConsumerLimits Class

Threasholds for identifying slow consumers
Inheritance Hierarchy
SystemObject
  Crosser.ServerBootstrapperSettingsSlowConsumerLimits

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static class SlowConsumerLimits

The BootstrapperSettingsSlowConsumerLimits type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberMaxPendingBytes
Max bytes waiting to be sent to a client
Public propertyStatic memberMaxPendingMessages
Max messages waiting in queue to be send to a client
Top
See Also