Hi All, I have currently 3 MSMQ and 3 win svc which poll on them. I want to
consolidate them into 1 svc, but running into event notification errors.
What shud be the best way to accomplish it? also down the road if I have
more queues I want the same win svc to listen on them so perhaps a config
file...?
Plz advice
TIA
Vai2000,
Well, you will definitely need some data source to query to get the list
of queues that you should be listening to. However, I am curious why you
are running into issues with polling for messages. What kind of errors are
you getting?

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hi All, I have currently 3 MSMQ and 3 win svc which poll on them. I want
> to
[quoted text clipped - 6 lines]
>
> TIA