TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.CreateQueue Method 

Create a queue based on the parameters from the given QueueInfo.

public QueueInfo CreateQueue(
   QueueInfo queue
);

Parameters

queue
The description of the queue to be created.

Return Value

The fully configured QueueInfo from the server.

Exceptions

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

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace