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.

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.


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com