tibemsSession_Unsubscribe
Function
COBOL Call
CALL "tibemsSession_Unsubscribe"
USING BY VALUE session,
BY REFERENCE name,
RETURNING tibems-status
END-CALL.
Remarks
This function deletes the subscription from the server.
Warning: You must unsubscribe
before closing the session.
It is illegal to delete an active subscription—that is, while a tibemsMsgConsumer exists.
It is illegal to delete a subscription while one of its messages is either unacknowledged, or uncommitted (in the current transaction). Attempting to do so results in a status of TIBEMS_EXCEPTION.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.
