I am trying to send JMS message to TIBCO queues using ssl through JMS point-to-point sampler.I have downloaded the latest version of JMeter.
I have imported keystore certificates through SSL manager.
The provider URL is ssl://abc.com:63111
When I send the message, I get the error message like
Response message: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://abc.com:63111 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://abc.com:63111]
Why is it that ssl://abc.com:63111 gets converted to tcp://abc.com:63111