I am currently working on a batch processing application using MSMQ in C #. In application design, I have an error queue containing XML messages using ActiveXFormatter. I know that I can write an application to write these error messages to text files or database tables.
Are there other ready-made tools available that allow you to export messages to various formats (i.e. text files, database tables, etc.)? I'm just looking for best practices.
source
share