tibemsSession_DeleteTemporaryTopic


Function

Purpose

Delete a temporary topic.

C Declaration

tibems_status tibemsSession_DeleteTemporaryTopic( 
    tibemsSession session, 
    tibemsTemporaryTopic tmpTopic ); 

COBOL Call

CALL "tibemsSession_DeleteTemporaryTopic" 
     USING BY VALUE session, 
           BY VALUE tmpTopic, 
           RETURNING tibems-status 
END-CALL. 

session and tmpTopic have usage pointer.

Parameter
Description
session
Delete a temporary topic from this session.
tmpTopic
Delete this temporary topic.

Remarks

When a client deletes a temporary topic, the server deletes any unconsumed messages in the topic.

See Also

tibemsTemporaryTopic


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