Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.28
-
None
-
AMQP JMS 1.0 client: AMQP 0.28
AMQP broker: windows server service bus 1.1
JDK: 1.7
Description
1. The azure service bus on premise is installed on windows server 2008 R2 and uses a self signed SSL certificate. The SSL certificate is not trusted by JAVA by default
2. Write a JMS client following the guide with URL http://azure.microsoft.com/en-us/documentation/articles/service-bus-java-how-to-use-jms-api-amqp/
3. The JMS connection will hang. During the precedure, you will see an exception log print on console. Also I dump the JVM thread dump. You can refer to the attachments.