문제

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