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.
如何以编程方式限制消息队列属性中的消息存储?它定义了所有队列的大小 - 全局配额。我正在创建一个简单的监控程序来监控队列的大小。我在 C# 中使用 MSMQ COM,但找不到该属性。我只能找出所有队列中有多少字节以及特定队列中有多少字节。队列的默认大小(配额)设置为 -1,这意味着无穷大。