TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateTopic Method 

Create a topic based on the parameters from the given TopicInfo.

public TopicInfo CreateTopic(
   TopicInfo topic
);

Parameters

topic
The description of the topic to be created.

Return Value

The fully configured TopicInfo from the server.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if the name of the topic is not a legal topic name.
AdminNameExistsException if a topic already exists with the given name.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace