Solclient
IMessageAckImmediately Property |
When the ACKImmediately property is set to true on an outgoing Guaranteed Delivery message,
it indicates that the appliance should ACK this message immediately upon receipt.
This property, when set by a publisher, may or may not be removed by the appliance prior to delivery to a consumer, so message consumers must not rely on this property being present. Setting this property on an outgoing direct message or on a received message has no effect.
Default: falseNamespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
bool AckImmediately { get; set; }
Property AckImmediately As Boolean Get Set
property bool AckImmediately { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also