I have an Azure service bus queue which can't connect to my queue. On my pc it works fine, On our dev server it also works fine. We have deployed it on our test box and We are getting this error when trying to receive messages from the queue:
Microsoft.ServiceBus.Messaging.MessagingCommunicationException: Could not connect to net.tcp://jeportal.servicebus.windows.net:9354/. The connection attempt lasted for a time span of 00:00:14.9062482. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 168.62.48.238:9354. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://jeportal.servicebus.windows.net:9354/. The connection attempt lasted for a time span of 00:00:14.9062482. TCP error code 10060: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 168.62.48.238:9354. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 168.62.48.238:9354
We have disabled the firewall and it still doesn't work, any suggestions on troubleshooting ?