سؤال

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