问题
MSMQ stores messages on file system. Is there no way to configure MSMQ to store messages in database? I looked for options but couldn't find any?
回答1:
There is no way. By the way, why would you like to do that?
回答2:
MSMQ isn't a database; it's a transport protocol.
It's purpose is to deliver data from A to B so that you can then process it.
If you're thinking of how to long-term store messages then you are looking at the wrong product.
Cheers
John Breakwell
来源:https://stackoverflow.com/questions/1259298/msmq-storage-in-database