The MSMQ snap-in only shows the first 1000 messages in the
queue no matter how many messages are really in the queue.
I think that's to minimise the overhead of the snap-in
itself.
If you want to see how many messages are really in the
queue, run Perfmon and look at the appropriate MSMQ
counters.
PK
Regards, Dejan
--
QueueExplorer - manage MSMQ messages like they are files:
delete poison messages, move between queues, save, view full body, etc.
http://www.cogin.com/mq/
Simply select "Private Queues" or "Public Queues" on the left hand side. In
the right hand side, you will see the list of queues with the number of
messages in the "size" column. Note that this works only in the "Computer
Management" snap in, but not in the "Active Directory Users and Computers"
snap in.
The number of messages here, BTW, is retrieved using the MSMQ Admin APIs,
which are usually more reliable than the performance counters.
All the best,
Yoel
www.msmq.biz
"Frank Boyne" <frank...@unisys.com> wrote in message
news:e4NIuXPB...@TK2MSFTNGP12.phx.gbl...
Bala
>.
>