which queue having current queue depth should be greater
than zero?

Answers were Sorted based on User's Feedback



which queue having current queue depth should be greater than zero?..

Answer / ganesh

i think SYSTEM.ADMIN.QMGR.EVENT queue

Is This Answer Correct ?    12 Yes 0 No

which queue having current queue depth should be greater than zero?..

Answer / surendra kumar

event queues
Open MQ Explorer by selecting Start > Programs > IBM WebSphere MQ > WebSphere MQ Explorer.
Check to see if the depth of the WebSphere® Sensor Events queues is greater than zero.

Is This Answer Correct ?    3 Yes 0 No

which queue having current queue depth should be greater than zero?..

Answer / guest

In Distributed platforms you can run the below command.

runmqsc QMGR

dis ql(*) where(curdepth gt zero).

This will tell you all the Q's having Q dpeth greater than
ZERO.

Is This Answer Correct ?    4 Yes 1 No

which queue having current queue depth should be greater than zero?..

Answer / mq friend

DIS QL(*) WHERE (CURDEPTH GT 0)

IN CLUSTER SYSTEM.REPOSITORY.QUEUE

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More MQSeries Interview Questions

What is mq listener?

0 Answers  


Is it possible to retrieve a message from a Dead letter Queue? If possible how?

10 Answers   CTS, IBM,


What is the message server in mqseries?

0 Answers  


What are the message sizes?

0 Answers  


What is message client in mqseries?

0 Answers  






What are the effects of using persistent messages?

0 Answers  


What is process definition?

0 Answers  


how do you check the status of the queue in websphere mq?

0 Answers  


What are the significance of mqseries?

0 Answers  


How to get particular message from queue? like first message ?or 30th message

2 Answers   L&T,


what is sequel number mismatch? how to resolve

4 Answers   Bank Of America,


Name some reserved queue names of ibm websphere mq?

0 Answers  


Categories