MSMQ .mp 文件 - 有哪些不同类型?

发布于 2024-07-29 07:54:55 字数 190 浏览 1 评论 0原文

前几天我让 MSMQ 填满了(忘记关闭队列上的日志),并在 storage 文件夹中看到似乎有不同类型的 .mp文件。

有些是 p*.mp,大小为 4096K,另一些是 l*.mp,大小为 8K。

这些文件之间有什么区别?

I had MSMQ fill up on me the other day (forgot to turn off journalling on a queue) and saw in the storage folder that there seems to be different types of .mp files.

Some were p*.mp and are 4096K, and others are l*.mp and are 8K.

What are the differences between these files?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧瑾黎汐 2024-08-05 07:54:56

来自 水管工的伙伴

所有 MSMQ 消息均写入
存储中的内存映射文件
目录:

  • R*.MQ 文件用于 Express 消息
  • P*.MQ 文件用于持久(可恢复)消息,包括
    事务消息
  • J*.MQ 文件用于日志消息
  • L*.MQ 文件是持久文件和日志文件的位图索引

From the plumber's mate:

All MSMQ messages are written to
memory mapped files in the Storage
directory:

  • R*.MQ files are for Express messages
  • P*.MQ files are for Persistent (Recoverable) messages, including
    Transactional messages
  • J*.MQ files are for Journal messages
  • L*.MQ files are bitmap indexes to the Persistent and Journal files
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文