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 的消息。如何将消息处理限制为最多n条消息,然后重新启用事件以再次开始处理?(我不想限制线程数)
你不能用 MSMQ 做到这一点。您必须在发送应用程序或接收应用程序中实现此行为。