TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetQueues Method 

Get the info for the queues that match the given pattern.

public QueueInfo[] GetQueues(
   string pattern
);

Parameters

pattern
The pattern that must be matched

Return Value

The QueueInfos that match the pattern.

Remarks

The pattern may contain the wildcards "*" and ">". See the TIBCO EMS documentation for how wildcards work in queue names. A pattern of "", ">", or null will return all the queues.

Exceptions

Exception Type Condition
AdminException if not authorized or an error occurred.

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace