I have a query related to WCF netMsmqBinding.
Is it possible to consume a wcf netMsmqBinding
by a non .Net Client? say a Java Client.
You can use MsmqIntegrationBinding to allow non .net clients over msmq.
However, to support java clients you need to bridge the java/msmq interop gap.
There are a few ways of doing this, see here
No - all bindings named 'net'* are not interoperable.
netMsmqBinding
, what do you mean? If WCF services consume netMsmqBinding, they read directly from MSMQ. If a client uses anetMsmqBinding
, they write directly to it. Are you wanting to use WCF from a non-.NET client to write to MSMQ - Dominic Zukiewicz 2012-08-27 20:18