Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker Document Logging | Built-In Services | pub.loggingUtility.util:brokerLoggingPeek
 
pub.loggingUtility.util:brokerLoggingPeek
Displays logged documents in the Broker's log queue.
Input Parameters
NumberToPeek
String Number of logged documents to view, starting with the oldest logged document in the log queue.
Output Parameters
BrokerEventStrings
String List Collection of logged documents. Each element in BrokerEventStrings contains an entire logged document represented in String form.
Usage Notes
You might use this service to locate a problematic logged document.
To use this service, run it directly from Designer and view the results on Designer's Service Result tab. Do not call the service from Integration Server services at run time.