How should I find out the number of messages on queue?

I am using iMQ 3.0. Point-to-point messaging.I have sent some messages to the queue. How should Ifind out the number of messages on queue ?
[167 byte] By [christenscreen] at [2007-11-25 8:07:38]
# 1
You can use MQ's admin tools (imqcmd or imqadmin)to find that out.'imqcmd query dst -n queuename -t q' will print out whatyou want.Check the administration guide for more info.
christenscreen at 2007-7-1 13:58:50 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...