Posted: Tue Feb 18, 2003 6:12 am Post subject: Java API javadocs
Newbie
Joined: 18 Feb 2003 Posts: 3 Location: Europe
Hi,
I'm trying to build a java tool which can query a queuemanager. I'd like to generate an overview of queue's and their current depth. I've managed to get the depth of a specified queue. Now I'd like to qeury them all! But alas, there's no JavaDoc concerning the com.ibm.mq package so...
1) Where can I find the JavaDocs ?
or
2) Does anyone know how to solve my problemn?
I'm not using JMS (at the moment) to query a queue.
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
I think that you want to use SupportPac MS0B (Java PCF classes) so that you can query the queue manager for a list of queues. You can then query each of these queues for its current depth.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum