Hi Michael, here is a Java client you can use to view documents in a queue. It’s not pretty but it works.
You can run this class file with the following command from the command
line:
java QueueCheck <broker_host>:<port> <broker_name> <clientgroup_name>
<client_name>
This displays the contents of the queue on the console. You can route this output to a txt file by appending the following to the above command:
> output.txt
Note: This java client needs ‘client50.jar’ in the classpath.
Regards,
Wayne
#Universal-Messaging-Broker#webMethods#Integration-Server-and-ESB