Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Session : tibemsSession : tibemsSession_GetAcknowledgeMode

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.
 
session has usage pointer.
Parameters
 
Remarks
This mode governs message acknowledgement and redelivery for consumers associated with the session. For values, see tibemsAcknowledgeMode on page 312.
This property is irrelevant when the session has transactional semantics.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved