I am having an issue making AMQP connection to Service Bus on my local Network. Service Bus 1.1 has been implemented on a development box Windows Server 2012 using SQL Express. The Windows Firewall is wide open for testing. The SB certificates have been copied down to the client machine.
The connection to the topic using other than the AMQP protocol works just fine but as soon as the transport is changed to AMQP, the following is received
Error 10054 "An existing connection was forcibly closed by the remote host."
I have tried to change the connection string ports to reflect the AMQP settings to no avail.
The same code works in Azure using AMQP, but the STSEndpoint is not present for that code.
The STSEndpoint comes from the connection sting generated by the WS SB Management Portal.
I am sure that I missed a step or that if a certificate is added somewhere this should work.
The AMQP is an important item as if it is not made to work, a different messaging platform will have to be implemented at quite a large cost ie Red H4T. Using Azure outright is not an option either.
Any assistance would be appreciated.