[TIBCO.EMS .NET client library 6.0 documentation]

Get the acknowledge mode of the session as integer constants as defined in Session class.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public int AcknowledgeMode { get; }
Public ReadOnly Property AcknowledgeMode As Integer
public:
property int AcknowledgeMode {
	int get ();
}

Remarks

Note: Clients should use the SessionMode enum instead.

This mode governs message acknowledgement and redelivery for consumers associated with the session. For values, see the Session Acknowledge Modes.

This property is irrelevant when IsTransacted is true.

See Also