Function
Get the topic of a topic subscriber.
tibems_status
tibemsTopicSubscriber_GetTopic(tibemsTopicSubscriber
topicSubscriber,tibemsTopic
* topic );
CALL "tibemsTopicSubscriber_GetTopic" USING BY VALUE topicSubscriber, BY REFERENCE topic, RETURNING tibems-status END-CALL.
Parameter
|
Description
|
---|---|
topicSubscriber
|
Get the topic from this subscriber.
|
topic
|
The function stores the topic in this location.
|
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 |