简体   繁体   English

使用MsmqIntegrationBinding或netMsmqBinding?

[英]do I use MsmqIntegrationBinding or netMsmqBinding?

my company bought a third party application. 我的公司购买了第三方应用程序。 There's no documentation, there's no support. 没有文档,也没有支持。 this application is using .net, and it creates a queue. 此应用程序正在使用.net,并创建队列。

I need to write an application to pick up the message as soon as it gets to the queue. 我需要编写一个应用程序以在消息进入队列后立即接收消息。

which binding I should use? 我应该使用哪种绑定? I read the difference between these two binding. 我读了这两个绑定之间的区别。 still confused which one to use. 仍然困惑使用哪个。

This decision must be depend on your third party application. 该决定必须取决于您的第三方应用程序。 NetMsmqBinding used full only if you have both side WCF application. 仅当您拥有双方WCF应用程序时, NetMsmqBinding才使用完整。 If your application push message without WCF then you have to go ahead with MsmqIntegrationBinding . 如果您的应用程序推送消息没有WCF,则必须继续使用MsmqIntegrationBinding

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM