TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.BindQueue Method 

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

public void BindQueue(
   string name,
   string queueName
);

Parameters

name
The JNDI name to which the queue will be bound.
queueName
The name of the queue 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 or queueName are not legal names.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace