質問

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