tibemsTopic_Create
Function
COBOL Call
CALL "tibemsTopic_Create"
     USING BY REFERENCE topic,
           BY REFERENCE topicName,
           RETURNING tibems-status
END-CALL.
 
		
 
	 Remarks
This constructor creates only local objects (within the program). It does not attempt to bind the local topic object to the corresponding server object until the program creates a tibemsMsgConsumer or a tibemsMsgProducer that uses the topic.
The bind can fail for the following reasons:
Copyright © Cloud Software Group, Inc. All rights reserved.
