TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetQueue Method 

Get the queue for the given queue name.

public QueueInfo GetQueue(
   string queueName
);

Parameters

queueName
The name of the queue to get.

Return Value

The QueueInfo for the given name or null if the name is not found.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.
AdminInvalidNameException if queueName is not a legal name

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace