[TIBCO.EMS .NET Admin client library 8.1 documentation]
Assembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Indicates whether or not flow control is enabled.
Namespace:
TIBCO.EMS.ADMINAssembly: TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)
Syntax
public bool FlowControlEnabled { get; } |
Public ReadOnly Property FlowControlEnabled As Boolean |
public: property bool FlowControlEnabled { bool get (); } |
Return Value
true if flow control is enabled, false otherwise.
Remarks
Flow control involves limiting the rate of publication of messages
when receivers are unable to keep up with the publisher(s). For a destination
to be flow controlled, lowControlEnabled must be true and a FlowControlMaxBytes
must return a non-zero value.