[DUG] Need Help In MSMQ queue based application

2009-11-22 Thread Vikas...
Hi everyone, I need some assistance here related to MSMQ based application. Basically we have an application written in Delphi 6 which reads the message written in MSMQ queue by other application. So usually this Delphi based application picks up the message from queue and process it along with

Re: [DUG] Need Help In MSMQ queue based application

2009-11-22 Thread Kyley Harris
Well.. if it has not happened often.. the first thing I would check is that there was not accidentally 2 messages that were identical Added into the queue. Other than that only debugging is likely to help. I have not heard of MSMQ being unreliable but I haven't used it for years and years. On