V> Can I have a WinSvc monitoring multiple MSMQ's? If not how shud I
V> achieve this goal with 1 WinSvc...
V>
V> TIA
V>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour
"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
this.mq.Receive Completed += new
System.Messagin g.ReceiveComple tedEventHandler (this.mq_Receiv eCompleted);
this.mq.BeginRe ceive();
"Michael Nemtsev" <nemtsev@msn.co m> wrote in message
news:9cc1c8637f 1ef8c80f90b25cb c42@msnews.micr osoft.com...[color=blue]
> Hello Vai2000,
>
> How do u want monitoring them?
>
> V> Can I have a WinSvc monitoring multiple MSMQ's? If not how shud I
> V> achieve this goal with 1 WinSvc...
> V>
> V> TIA
> V>
> ---
> WBR,
> Michael Nemtsev :: blog: http://spaces.msn.com/laflour
>
> "At times one remains faithful to a cause only because its opponents do[/color]
not[color=blue]
> cease to be insipid." (c) Friedrich Nietzsche
>
>[/color]
Comment