brokerURL | String Defines an additional JMS server to which information will be sent. The Software AG Universal Messaging URL format is as follows: nsp://{host}:{port} The Broker (deprecated) URL format is as follows: broker://{host}:{port}/{brokerName}/analysis |
useSSL | String Indicates that the connection to the JMS server requires a secure connection. |
useEncryption | String Indicates that the connection to the JMS server requires encryption. |
KeyStoreFile | String Type the absolute path to the private key file that is located on a server accessible by the component. This field is required only if you enable SSL. |
KeyStoreType | StringType the appropriate string to specify the Key Store Type (PKCS12 or JKS). This field is required only if you enable SSL. |
distinguishName | String Type the name of the appropriate certificate identifier. This field is required only if you enable SSL. |
trustStoreFile | String Type the absolute path to the CA certificate file on a server location accessible by Analytic Engine. This field is required only if you enable SSL. |
trustStoreType | String Click the drop down to select the Trust Store Type (PKCS12 or JKS). This field is required only if you enable SSL. |
password | String Type the pass phrase to access the specified Key and Trust Stores. This field is required only if you enable SSL. |