Connecting QMF for Workstation with SSL-enabled QMF Server

To connect QMF for Workstation with the SSL-enabled QMF Server URL from the server registry you need to add the truststore password in the eclipse.ini file.

Before you begin

  • Ensure that you have the truststore file generated.
  • Ensure that you have the password for the truststore file.

About this task

For more information on how to set a customized QMF Server registry, see Setting QMF Server Registry preferences.

Perform the following steps to connect QMF for Workstation with the SSL-enabled QMF Server:

Procedure

  1. Navigate to the folder where QMF for Workstation is installed.
  2. Locate the eclipse.ini file, open it in an editor, and add the following definitions before --add-opens:
    
    -Dqmf.activemq.protocol=ssl
    -Djdk.tls.client.protocols=TLSv1.3
    -Djavax.net.ssl.trustStore={Folder where TrustStore file is located}\client.jks
    -Djavax.net.ssl.trustStorePassword=<TrustStorePassword>
    
    Note: Adding the definition -Dqmf.activemq.protocol=ssl in the eclipse.ini file will configure the ActiveMQ communication in SSL mode.