Function
Unsubscribe a durable topic subscription.
tibems_status
tibemsSession_Unsubscribe(tibemsSession
session const char* name );
CALL "tibemsSession_Unsubscribe" USING BY VALUE session, BY REFERENCE name, RETURNING tibems-status END-CALL.
This function deletes the subscription from the server.
![]() |
You must unsubscribe before closing the session.
It is illegal to delete an active subscriptionthat is, while a
tibemsMsgConsumer or tibemsTopicSubscriber exists.
It is illegal to delete a subscription while one of its messages is either unacknowledged, or uncommitted (in the current transaction).xxxxxxx |
Parameter
|
Description
|
---|---|
session
|
Delete a subscription in this session.
|
name
|
This name lets the server locate the subscription.
|
tibemsSession_CreateDurableSubscriber
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |