TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Session.NO_ACKNOWLEDGE Field

Defines no acknowledge acknowledge mode. This acknowledge mode is a proprietary extension and when used offers increased performance of the message consumers. Messages delivered to the sessions using this acknowledge mode do not require acknowledgement and are never redelivered regardless if the delivery has been successfull or not. This can only be used by Topic sessions but not by Queue sessions.

public const int NO_ACKNOWLEDGE = 22;

Remarks

For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Session Class | TIBCO.EMS Namespace