pub.optimize.monitoring:createNewConnection

Important: webMethods Broker has been deprecated.

Creates connections to additional Brokers.

You can define as many connections as desired and send information to any of the associated JMS servers using the Connection parameter in the other WmOptimize services.

Input Parameters

The following table describes the input parameters.
brokerURL String Defines an additional JMS server to which information will be sent.

The IBM webMethods 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.

Output Parameters

The following table describes the output parameters.
result String “success” or “failure” for the service, and an error message in case of failure.
message String Optional. Displays an error message in case of failure.