Authentication connections

The ActiveMQ adapter supports username and password-based authentication to establish the connections to the ActiveMQ broker. The username and password credentials need to be specified in the Username and Password properties in the connection definition for the adapter.

In addition to the authentication of the user based on the username and password credentials, the adapter supports certificate-based authentication with the ActiveMQ broker.
  • The adapter can be configured to request the ActiveMQ broker to provide a certificate that the adapter validates using the truststore information specified in the Truststore Location and Truststore Password properties.
  • The adapter can be configured to present its certificate using the keystore information specified in the Keystore Location, Keystore Password, and Key Password properties when the broker is configured to request clients to provide their certificate when connecting to it. The Key Password is applicable when the private key in the keystore is protected by a password different from the keystore password.