Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Session : tibemsSession : tibemsSession_DeleteTemporaryTopic

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.
Parameters
 
Remarks
When a client deletes a temporary topic, the server deletes any unconsumed messages in the topic.
If the client still has listeners or receivers for the topic, then this delete call returns TIBEMS_ILLEGAL_STATE.
See Also
tibemsTemporaryTopic on page 157

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved