Duplicate message recvd in MSMQ

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TweetyRocks
    New Member
    • Jul 2007
    • 2

    Duplicate message recvd in MSMQ

    Hi All,
    I have 2 Dot Net Windows services. The 1st service inserts a message into an MSMQ queue. The second service picks it up from the queue and processes it. It then removes it from the queue after successful processing.

    The problem is that though the sending service sends only 1 message, the receiving service receives multiple messages in the queue with different message IDs.

    This behaviour is random, though it generally happens when the queue is being bombarded with lots of messages.

    MS site says that duplicate message problem in MSMQ was solved in SP1. However, the machine that i m using has SP4 installed.

    Please HELP!!! I am unable to figure out how to solve this :-(

    The System & software specifications are -
    1. Microsoft.NET Framework v1.1.4322
    2. Windows 2000 SP4.
    3. MSMQ v2.0
Working...