Solclient
FlowPropertiesMaxUnackedMessages Property |
This property may only be set when the Flow property AckMode is set to
ClientAck. When set to a positive value, this property controls the maximum
number of messages that may be unacknowledged on the Flow (Ack(Int64) is called to acknowledge
messages and remove those messages from the message spool.) This property cannot be used to increase the
appliance configured maximum number of acknowledged messages on the endpoint. When set to -1, the appliance
configured maximum controls how many unacknowledged messages may be received by the application. Valid
values are -1 and >0.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int MaxUnackedMessages { get; set; }
Public Property MaxUnackedMessages As Integer Get Set
public: property int MaxUnackedMessages { int get (); void set (int value); }
Property Value
Type: Int32See Also