tibemsTopicSession_CreatePublisher


Function

Purpose

Create a publisher.

C Declaration

tibems_status tibemsTopicSession_CreatePublisher( 
    tibemsTopicSession session, 
    tibemsTopicPublisher* topicPublisher, 
    tibemsTopic topic ); 

COBOL Call

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

session, topicPublisher and topic have usage pointer.

Parameter
Description
session
Create the publisher in this session.
topicPublisher
The function stores the new publisher object in this location.
topic
When non-null, the sender sends messages to this topic.
When null, the client program must specify the destination topic for each message individually.

See Also

tibemsTopic

tibemsTopicPublisher


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