Function
Delete a temporary topic.
This call is identical to tibemsSession_DeleteTemporaryTopic
.
tibems_status
tibemsTopicSession_DeleteTemporaryTopic(tibemsTopicSession
session,tibemsTemporaryTopic
tmpTopic );
CALL "tibemsTopicSession_DeleteTemporaryTopic" USING BY VALUEsession
, BY VALUEtmpTopic
, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
session
|
Delete a temporary topic from this session.
|
tmpTopic
|
Delete this temporary topic.
|
When a client deletes a temporary topic, the server deletes any unconsumed messages in the topic.
TIBCO Enterprise Message Service™ C and COBOL Reference System Release 4.3, February 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |