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.

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