Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 2 Enterprise Message Service™ Plug-in Microagent : COM.TIBCO.hawk.tibjms.HawkListener : HawkListener:getTopics

HawkListener:getTopics
Method
Purpose
This method (on all platforms) gets information on topics on this server.
Remarks
The topicRegExp argument is a pattern match using regular expressions. Test any regular expressions you plan to use in rulebases by first using them interactively to ensure they return the desired results.The cursorInitialPosition and cursorSize arguments allows to return only a set number of topics instead of all topics.
Type
Synchronous, IMPACT_INFO
Arguments
 
Returns
 
The value indicating the total size for all pending messages for this topic
The value indicating the total number of pending messages for this topic
The value indicating the total number of pending messages as a fraction of maxMsgs for this topic
For EMS 8.0, due to the shared subscription feature (between subscribers) in the jms-2.0 specifications, the value of subscriptionCount could be different than the value of subscriberCount.
The field is visible only if you specify EMS version 8.0 in the hawkemsadmin.hma file.
For EMS 8.0, due to the shared subscription feature (between subscribers) in the jms-2.0 specifications, the value of durableSubscriptionCount could be different than the value of durableCount.
The field is visible only if you specify EMS version 8.0 in the hawkemsadmin.hma file.
The value indicating the target max size of pending messages in bytes before flow control starts
The flag passed to indicate whether the sender_name property is set
The value indicating the maximum number of message bytes that the server will store for pending messages bound for this topic
The value indicating the maximum number of messages that the server will store for pending messages bound for this topic
The flag passed to indicate whether the sender_name_enforced property is set
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved