tibemsTopicSubscriber_GetTopic


Function

Purpose

Get the topic of a topic subscriber.

C Declaration

tibems_status tibemsTopicSubscriber_GetTopic( 
    tibemsTopicSubscriber topicSubscriber, 
    tibemsTopic* topic ); 

COBOL Call

CALL "tibemsTopicSubscriber_GetTopic" 
     USING BY VALUE topicSubscriber, 
           BY REFERENCE topic, 
           RETURNING tibems-status 
END-CALL. 

topicSubscriber and topic have usage pointer.

Parameters

Parameter
Description
topicSubscriber
Get the topic from this subscriber.
topic
The function stores the topic in this location.

Remarks

The subscriber consumes messages from this topic.

Programs set this topic property when creating the subscriber, and cannot subsequently change it.


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