Description: If a constructor with only an EMS URL is used as shown below, the following SSL
parameters can be passed as System properties to the EMS client application.
new com.tibco.tibjms.TibjmsTopicConnectionFactory(serverUrl);
Note
that com.tibco.tibjms.ssl.auth_only can be configured in factories by
enabling the ssl_auth_only parameter, or by calling
TibjmsSSL.setAuthOnly. Refer to EMS User's Guide.
com.tibco.tibjms.ssl.verify_host
com.tibco.tibjms.ssl.verify_hostname
com.tibco.tibjms.ssl.expected_hostname
com.tibco.tibjms.ssl.identity
com.tibco.tibjms.ssl.password
com.tibco.tibjms.ssl.trace
com.tibco.tibjms.ssl.trusted
com.tibco.tibjms.ssl.vendor
com.tibco.tibjms.ssl.ciphers
com.tibco.tibjms.ssl.issuer
com.tibco.tibjms.ssl.private_key