Retrieval of Queue Monitoring Data and Statistics

Retrieves a list of the monitoring statistics of Java Message Service (JMS) queues of the Unwired Server within the specified time range.

Syntax

Collection<MessagingQueueStatisticsVO> getMessagingQueueStatistics(Date startTime, Date endTime) throws SUPAdminException;

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples