Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top