TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.BindTopic Method 

Bind the topic for the given topic name to the given JNDI name.

public void BindTopic(
   string name,
   string topicName
);

Parameters

name
The JNDI name to which the topic will be bound.
topicName
The name of the topic to bind.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminNameExistsException if the JNDI name is already in use.
AdminInvalidNameException if name and topicName are legal names.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace