2
Reply

msmq message received more than one time in wcf service

dinesh rawat

dinesh rawat

Jan 18 2017 2:54 AM
179

I have a wcf service with msmq binding. WCF service process messages receives from MSMQ queue. I am using transactions in client and wcf both. I am having a issue that even after successful processing of the queue message, the message is not deleting from queue and same messages is again received by the wcf service. So one single message is received more then once and processed.

Please help me why the message is coming more then one time even after successful processing. Is there any settings that I need to done at service side?


Answers (2)