Contact Info

Crumbtrail

ActiveXperts.com » Support » Network Monitor » KB Article

Knowledge Base FAQ Item #6940040

 

Q6940040: How do I know the names of the Message Queues installed on a computer?

Start a new command prompt on the partuicular Windows computer, and execute the following command:

WMIC /node:localhost PATH Win32_PerfRawData_MSMQ_MSMQQueue GET Name

It will display a list of message queueus installed on the computer.

(viewed: 781)