MSMQ Infrastructure

Hi all,

I was wondering does MSMQ use SQL server or any other known databases as its underlining infrastructure architecture?Other word, what protocol does MSMQ use to save its files?

Thank you for your time.
[620 byte] By [MorGas] at [2007-12-26]
# 1
MSMQ does not use SQL Server underneath. It uses its own queue storage mechanism. By default, the storage is handled in the %windir%\system32\msmq\storage folder (though it can be moved)
TomasRestrepo at 2007-9-4 > top of Msdn Tech,Architecture,Architecture General...