which queue having current queue depth should be greater
than zero?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / mq friend
DIS QL(*) WHERE (CURDEPTH GT 0)
IN CLUSTER SYSTEM.REPOSITORY.QUEUE
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the future in mq if we have 2+exp?
What is SSL? How to Assign that SSL Certificate to particular QM?
What are the effects of using persistent messages?
What are the attributes contained by process definition?
Explain the types of queues?
What are mq channels?
How to connect to mwseries from power builder 8.0?
What is message client?
Explain the difference between local queue and remote queue in wmq?
how to start listener without using command in ibm websphere mq
What are different queues used ?
Difference between errors and qmgr errors in websphere mq?