tibemsTopicSession_CreateTemporaryTopic


Function

Purpose

Create a temporary topic.

This call is identical to tibemsSession_CreateTemporaryTopic .

C Declaration

tibems_status tibemsTopicSession_CreateTemporaryTopic( 
    tibemsTopicSession session, 
    tibemsTemporaryTopic* tmpTopic ); 

COBOL Call

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

session and tmpTopic have usage pointer.

Parameter
Description
session
Create the topic in this session.
tmpTopic
The function stores the new temporary topic object in this location.

Remarks

A temporary topic lasts no longer than the connection. That is, when the connection is closed or broken, the server deletes temporary topics associated with the connection.

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