Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
似乎 MSMQ 不使用任何数据库管理系统来管理消息。 MSMQ 如何管理消息? 它是否将消息存储在平面文件中?
我正在尝试实现一个消息管理系统。
MSMQ 使用位于 %windir%\system32\msmq 中的平面文件。
如果你想实现自己的排队,我建议你看看Ayende 的关于排队的博客文章
它将它们作为文件存储在磁盘上。
如果您想管理它们,请使用 System.Messaging API