R
RK
Here I am using Windows service as failover for the regular C# web
application which will read failed uploads( to database from the
MessageQueue) and re-uploads to the database. I am using
MessageQueue.GetMessageEnumerator method in PeekCompleted Event. Is
this thread safe?? Any suggestions??
thanks in advance.
--RK
application which will read failed uploads( to database from the
MessageQueue) and re-uploads to the database. I am using
MessageQueue.GetMessageEnumerator method in PeekCompleted Event. Is
this thread safe?? Any suggestions??
thanks in advance.
--RK