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.
我的公司购买了第三方应用程序。没有文档,没有支持。这个应用程序正在使用 .net,它创建了一个队列。
我需要编写一个应用程序来在消息到达队列后立即获取它。
我应该使用哪种绑定?我阅读了这两种绑定之间的区别。仍然困惑使用哪一个。
此决定必须取决于您的第三方应用程序。 仅当您有双方 WCF 应用程序时,NetMsmqBinding 才使用完整。如果您的应用程序在没有 WCF 的情况下推送消息,那么您必须继续使用MsmqIntegrationBinding。