![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsAdmin_GetQueues(
collection has usage pointer.
The function stores the returned queue data in the location specified here, as a collection of tibemsQueueInfo objects. The pattern may contain the wildcards * and >. A pattern of > or NULL will return all queues that exist in the server. See the TIBCO Enterprise Message Service User’s Guide for information about working with wildcards in queues.
• TIBEMS_DEST_GET_ALL – Return all queues that match the pattern.
• TIBEMS_DEST_GET_STATIC – Return only static queues that match the pattern.
• TIBEMS_DEST_GET_DYNAMIC – Return only dynamic queues that match the pattern.
• TIBEMS_DEST_GET_NOTEMP – Do not return any temporary queues.A NULL value matches all queues.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |