tibemsSession_GetAcknowledgeMode

Function

Purpose

Get the acknowledge mode of a session.

C Declaration

tibems_status tibemsSession_GetAcknowledgeMode(
    tibemsSession session,
    tibemsAcknowledgeMode* acknowledgeMode );

COBOL Call

CALL "tibemsSession_GetAcknowledgeMode"
     USING BY VALUE session,
           BY REFERENCE acknowledgeMode,
           RETURNING tibems-status
END-CALL.
Note: session has usage pointer.

Parameters

Parameter Description
session Get the property from this session.
acknowledgeMode The function stores the property value in this location.

Remarks

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

This property is irrelevant when the session has transactional semantics.