SSL Properties
-
MessageBroker.SSL.enabled
-
MessageBroker.SSL.keyStore
-
MessageBroker.SSL.keyStorePassword
-
MessageBroker.SSL.keyPassword
-
MessageBroker.SSL.trustStore
-
MessageBroker.SSL.trustStorePassword
-
MessageBroker.SSL.ClientNode.verifyHostName
Note: If you have enabled the TLS v1.3 protocol in the TA Client Manager, add the following JVMARGS property to the clientmgr.props file:
JVMARGS=java -Djdk.tls.client.protocols="TLSv1.3,TLSv1.2"
For more information about enabling TLS v1.3 protocol in the TA Client Manager, see the Enabling TLS v1.3 Protocol in the Client Manager section in the TA Installation Guide.
Note: Set MessageBroker.SSL.ClientNode.verifyHostName=false to turn off the TLS hostname verification for ActiveMQ clients. By default, this property is set to true.