tibemsMsg_Acknowledge


Function

Purpose

Acknowledge messages.

C Declaration

tibems_status tibemsMsg_Acknowledge( 
    tibemsMsg message ); 

COBOL Call

CALL "tibemsMsg_Acknowledge" 
     USING BY VALUE message, 
           RETURNING tibems-status 
END-CALL. 

message has usage pointer.

Parameters

Parameter
Description
message
Acknowledge this message (but for the actual behavior of this call, see the Remarks below).

Remarks

The behavior of this call depends on the acknowledgement mode of the tibemsSession.

Consumed

Two events mark a message as consumed—that is, eligible for acknowledgment using this function:

Redelivery

The server might redeliver unacknowledged messages.

Restriction

It is illegal to call this function after closing the session, the connection or the consumer through which the message arrived.

See Also

tibemsMsgConsumer_Receive

tibemsSession

tibemsAcknowledgeMode


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