简体   繁体   中英

WCF NetMSMQBinding With non WCF Client

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.

No - all bindings named .net'* are not interoperable.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM