show/hide this revision's text 2 edited title

What is the best way to export Is there a tool that allows easy exporting of messages from a message queue (MSMQ)?

Hello world!

I am currently working on batch processing application using MSMQ in C#. In the application design, I have an error queue containing XML messages using the ActiveXFormatter. I know that I can write an application to write these error messages to text files or database tables.

Are there other pre-built tools available allowing you to export messages to variety of formats . (i.e. text files, database tables, etc.) etc.)? I am just looking for best practices.

show/hide this revision's text 1

What is the best way to export messages from a message queue (MSMQ)?

Hello world! I am currently working on batch processing application using MSMQ in C#. In the application design, I have an error queue containing XML messages using the ActiveXFormatter. I know that I can write an application to write these error messages to text files or database tables.

Are there other pre-built tools available allowing you to export messages to variety of formats. (i.e. text files, database tables, etc.) I am just looking for best practices.