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 示例。我找到的使用 PGM 进行多播的所有示例都具有集成绑定。我宁愿不必修改我的所有合同来使用 MsmqMessage,而且我担心我将无法为消息附加安全性。有什么我忽略了,还是我把自己画在一个角落里?
您可以一次从您的处理程序打开多个实例,每个实例将同时处理来自队列的不同消息。