Hi,
I have a BizTalk 2013 server that should used the netMessagingBinding to receive messages from the ServiceBus 1.1 for Windows Server. Unfortunately, I'm not able to use the out-of-the-box SBMessaging adapter that comes with BizTalk 2013 because it supports only ACS (which is not supported by ServiceBus for Windows Server 1.1).
I follow the guidance from here : http://code.msdn.microsoft.com/windowsdesktop/How-to-integrate-BizTalk-07fada58/
And now I want to install the netMessagingBinding on my BizTalk Server 2013. May I install Service Bus 1.1 Server on this machine just to use the WCF binding or is there any "client-side" setup for Service Bus 1.1?
Thanks.