vote up 1 vote down star

I have a Nunit test which adds message into MSMQ. In the teardown of the NUnit i want to remove all the message from the queue. Is there a direct way to remove all the messages from the queue (some kind of refresh) ?

flag

65% accept rate

1 Answer

vote up 2 vote down check

Is there a Purge() method on your queue object that would do the trick?

Edit: Yup - seems to be: http://msdn.microsoft.com/en-us/library/ms703966%28VS.85%29.aspx

link|flag
Thanks that solved the problem – Balaji Sep 2 at 17:18
And the .NET method reference is here: msdn.microsoft.com/en-us/library/… – Jeff Sternal Sep 2 at 17:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.