tibemsTopicPublisher_GetTopic


Function

Purpose

Get the topic property of a topic publisher object.

C Declaration

tibems_status tibemsTopicPublisher_GetTopic( 
    tibemsTopicPublisher topicPublisher, 
    tibemsTopic* topic ); 

COBOL Call

CALL "tibemsTopicPublisher_GetTopic" 
     USING BY VALUE topicPublisher, 
           BY REFERENCE topic, 
           RETURNING tibems-status 
END-CALL. 

topicPublisher and topic have usage pointer.

Parameters

Parameter
Description
topicPublisher
Get the property from this publisher.
topic
The function stores the property in this location.

Remarks

Each send call directs a message to a topic.

Programs can use this property to define a default topic for messages that this publisher sends. Individual sending calls can override this default value.

Programs set this topic when creating the publisher, 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