I try this : MessageQueue mq = new MessageQueue(".\Journal$"); mq.Purge();
It work good on XP. But, on windows 2003 server, I always have this error : "A workgroup installation computer does not support the operation."
|
|
|
|
|
|
|
Try using format name like so:
I think that system queue can't be access by path. You have to use format name. |
||
|
|