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...
User Profile
Collapse
-
Duplicate message recvd in MSMQ
-
Duplicate MSMQ messages rcvd in windows service
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...
No activity results to display
Show More