With a linq datacontext, my unit of work message module is submitting changes in response to the ITransport.MessageProcessingCompleted event. I though it was a good way to do so but an exception occured during processing the event and my data were not affected but the message is discarded and exception silently catch with an error log message : "An error occured when raising the MessageCompleted event, the error will NOT affect the message processing".
Where do you end your session or submitchanges so that if an error occured due to a database failure, message will be replayed latter. Am i missing something ? sébastien -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
