I have a situation where I want to keep a history or a log of all MSMQ messages that have been processed (at least for a certain period of time). I understand that I can see the current queues using Computer Management -> Services and Applications -> Message Queuing. But I would like to know the history or log of messages that have already been processed.
I still have not been able to find a non-software way to do this. Ideally, itβs as simple as setting up the MSMQ property so that all messages are logged both in a file and even in the Windows log.
Does anyone know if this is possible (or something similar)?
Eric source
share