![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsMsg_Recover(tibemsMsg message );
message has usage pointer.
When the application calls this function, TIBCO Enterprise Message Service puts this message back on the queue or topic and makes it available for redelivery. The JMSRedelivered header is set to true.This call is only legal for the TIBEMS_EXPLICIT_CLIENT_ACKNOWLEDGE and TIBEMS_EXPLICIT_CLIENT_DUPS_OK_ACKNOWLEDGE acknowledgement modes. In all other modes, this call returns TIBEMS_ILLEGAL_STATE.This function recovers only the specified message. To recover all unacknowledged messages from a session, use tibemsSession_Recover.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |