i am getting the purge to work on a queue but not on its journal any idea why? MessageQueue oque1 = new MessageQueue(Qname); oque1.UseJournalQueue = true; oque1.Purge();
+1
A:
maybe this is the same - http://stackoverflow.com/questions/1063378/msmq-how-to-purge-system-queue-journal-programaticaly
Chad
2010-06-23 18:05:54
A:
The journal is a different queue. You have to refer it explicitly to purge it.
Igal Serban
2010-06-23 19:06:03