Function
Create a temporary topic.
This call is identical to tibemsSession_CreateTemporaryTopic
.
tibems_status
tibemsTopicSession_CreateTemporaryTopic(tibemsTopicSession
session,tibemsTemporaryTopic
* tmpTopic );
CALL "tibemsTopicSession_CreateTemporaryTopic" USING BY VALUE session, BY REFERENCE tmpTopic, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Create the topic in this session.
|
tmpTopic
|
The function stores the new temporary topic object in this location.
|
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.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |