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.

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. If your application push message without WCF then you have to go ahead with MsmqIntegrationBinding.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top