Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Destination : tibemsTopic : tibemsTopic_Create

tibemsTopic_Create
Function
Purpose
Create a topic object.
C Declaration
tibems_status tibemsTopic_Create(
    tibemsTopic* topic,
    const char* topicName );
COBOL Call
CALL "tibemsTopic_Create"
USING BY REFERENCE topic,
BY REFERENCE topicName,
RETURNING tibems-status
END-CALL.
 
topic has usage pointer.
Parameters
 
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:
See Also
tibemsLookupContext on page 322

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved