Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Session : tibemsSession : tibemsSession_Unsubscribe

tibemsSession_Unsubscribe
Function
Purpose
Unsubscribe a durable topic subscription.
C Declaration
tibems_status tibemsSession_Unsubscribe(
    tibemsSession session
    const char* name );
COBOL Call
CALL "tibemsSession_Unsubscribe"
USING BY VALUE session,
BY REFERENCE name,
RETURNING tibems-status
END-CALL.
 
session has usage pointer.
Parameters
 
Remarks
This function deletes the subscription from the server.
 
You must unsubscribe before closing the session.
See Also
tibemsMsgConsumer on page 164
tibemsTopic on page 158
tibemsSession_CreateDurableSubscriber on page 303

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved