Function
Get the acknowledge mode of a session.
tibems_status
tibemsSession_GetAcknowledgeMode(tibemsSession
session,tibemsAcknowledgeMode
* acknowledgeMode );
CALL "tibemsSession_GetAcknowledgeMode" USING BY VALUE session, BY REFERENCE acknowledgeMode, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Get the property from this session.
|
acknowledgeMode
|
The function stores the property value in this location.
|
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 |