TIBCO Enterprise Message Service 4.3.0 .NET Administration Class Library

Admin.GetQueuesStatistics Method 

Get the statistical information for the queues that match the given pattern.

public QueueInfo[] GetQueuesStatistics(
   string pattern
);

Parameters

pattern
The pattern that must be matched

Return Value

array of QueueInfo objects with statistical data or null if no queues found or statistics is disabled.

Remarks

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

Exceptions

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

See Also

Admin Class | TIBCO.EMS.ADMIN Namespace