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

Explain the types of queues?

0 Answers  


Why do we do clustering?

0 Answers  


What are the different types of messages in mqseries?

0 Answers  


Explain how to create dlq rules table?

0 Answers  


What is a Queue?

8 Answers  






Difference between full & partial repository in websphere mq?

0 Answers  


Hi all, How to find how many messages are passed through the particular channel is it possible to find it?

1 Answers   Cap Gemini,


How you change the logprimary files,logsecondary files?where you change? explain in commands?

1 Answers   IBM,


Maximum connections reached,how you know that and how you verify that?which type of alert you will get?

0 Answers   IBM,


What is a Cluster?

9 Answers  


Tell me what are the commands used for starting and stopping the queue manager?

0 Answers  


what is default connection? and max connections will give to QueueManager.?

2 Answers   IBM,


Categories