![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
tibems_status tibemsAdmin_GetTopics(
collection has usage pointer.
The function stores the returned topic data in the location specified here, as a collection of tibemsTopicInfo objects. The pattern may contain the wildcards * and >. A pattern of > or NULL will return all topics. See the TIBCO Enterprise Message Service User’s Guide for information about working with wildcards in topics. The permanence type of the topic must match the type given here. Possible permanence types are:
• TIBEMS_DEST_GET_ALL – Return all topics that match the pattern.
• TIBEMS_DEST_GET_STATIC – Return only static topics that match the pattern.
• TIBEMS_DEST_GET_DYNAMIC – Return only dynamic topics that match the pattern.
• TIBEMS_DEST_GET_NOTEMP – Do not return any temporary topics.A NULL value matches all topics.
The administrative query timed out while waiting for a server response. No topics found matching the specified pattern and performance type.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |