MSMQ Thread Safety?

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

    #1

    MSMQ Thread Safety?

    Hi all,

    Is MSMQ thread safe? If two threads dequeue simulataneously , will MSMQ
    dequeue properly (i.e. each thread gets an unique message)?
  • Spam Catcher

    #2
    Re: MSMQ Thread Safety?

    Spam Catcher <spamhoneypot@r ogers.comwrote in
    news:Xns9926885 AF9A9usenethone ypotrogers@127. 0.0.1:
    Hi all,
    >
    Is MSMQ thread safe? If two threads dequeue simulataneously , will MSMQ
    dequeue properly (i.e. each thread gets an unique message)?

    Did a Google search - and it seems MSMQ is. :-)

    Comment

    Working...