[TIBCO.EMS .NET Admin client library 6.3 documentation]
Get or set the volume of pending messages (in bytes) at which flow control is
enabled for this destination.
Namespace:
TIBCO.EMS.ADMIN
Assembly:
TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
|
---|
public long FlowControlMaxBytes { get; set; } |
|
---|
Public Property FlowControlMaxBytes As Long |
Return Value
the volume of pending messages (in bytes) that the server will
store for this destination before enabling flow control. A return value
of zero indicates that flow control will never be enabled.
See Also