![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsAdmin_GetConsumers(
collection has usage pointer.
The function stores the returned consumer data in the location specified here, as a collection of tibemsConsumerInfo objects. connectionID is reserved for future use and must be set to zero. If specified, only consumers for connections that use the specified user name will be returned. Specify NULL if all consumers should be returned. If specified, only consumers on destinations of the same type and matching this destination name will be returned. destination can be:
•
• TIBEMS_INVALID_ADMIN_ID to return all consumers. When TRUE, this parameter specifies that only durable topic subscribers should be returned.
• GET_STAT—gets a tibemsStatData for each consumer.
• Returns a list of consumers matching the specified filters. The consumers are returned in a tibemsCollection; if no consumers matching the filter criteria exist in the server, then no tibemsCollection will be returned.The returned consumers are not sorted and are placed in the tibemsCollection object in any order. Your application may need to sort the consumers into a specific order if required.This call returns all durable topic consumers that subscribe to any topic matching topic news.*. If statistics are enabled in the server, the returned tibemsConsumerInfo objects will include detailed statistics about the consumers.This call returns all queue consumers created by user OrderProcessor and receiving messages from all queues matching name purchase.order.>. Each tibemsConsumerInfo object will include the full statistics available for the consumer.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |