tibems_status tibemsTopic_Create(tibemsTopic* topic,USING BY REFERENCE topic,
topic has usage pointer.
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.
● Authorization is enabled for the topic and the user does not have the appropriate permissions.tibems_status tibemsTopic_Destroy(tibemsTopic topic );USING BY VALUE topic,
topic has usage pointer.
tibems_status tibemsTopic_GetTopicName(tibemsTopic topic,tibems_int name_len );USING BY VALUE topic,
topic has usage pointer.
Length of the name buffer.Your program must allocate the name buffer, and pass its length to the function. If the length of the topic name is greater than the size of the buffer provided, the entire topic name may not be copied. The buffer size is determined by the TIBEMS_DESTINATION_MAX constant. Constants such as TIBEMS_DESTINATION_MAX are located in the tibems/types.h header file.
Copyright © TIBCO Software Inc. All Rights Reserved.