Вопрос

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