Posted: Tue Jan 14, 2003 7:33 pm Post subject: queue depth in JMS and MQSeries
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
Hello,
can anyone help me as to how can i find queue depth using JMS calls ? is there any other way other than using a queuebrowser ?
what about MQSeries 5.3 ? does it have any direct methods to get queue depth?
thanks
Joe
There are no JMS methods to obtain the queue depth, and I wouldn't recommend using a QueueBrowser for this purpose. Applications that attempt to use qdepth (which is available from the C and Java MQIs) have often been written in a style that implies the queue is exclusively accessed by that application. This is rarely true, as almost all MQ queues are being used for asynchronous messaging between at least two applications.
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