Multi MSMQ

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vai2000

    #1

    Multi MSMQ

    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


  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Multi MSMQ

    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?


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Vai2000" <nospam@microso ft.comwrote in message
    news:%23wEpKy7S IHA.4440@TK2MSF TNGP06.phx.gbl. ..
    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
    >
    >

    Comment

    Working...