tags:

views:

23

answers:

1

Is there any way to get all of the queues on MSMQ 5.0 using .NET 4.0? Cheers.

A: 

MessageQueue.GetPrivateQueuesByMachine method

Igal Serban
Thanks, I did see that somewhere but for some reason wasn't working is now :) Cheers again.
Daniel Draper