Enterprise JMS Connection

Create a connection for Enterprise JMS with below parameters.

Connection Configuration

Configure the fields required to create the connection as explained below.

Connection Name

Name of the connection to be created.


Connection URL

Enter the URL or address for the connection endpoint.


Message VPN

Specify the Message VPN (Virtual Private Network) associated with this configuration.


Authentication Method

Choose the method for authenticating the connection. Select the appropriate method based on your security requirements.

Basic Authentication

Enter your username and password for authentication.

Client Certificate Authentication

Upload or specify the client certificate for secure authentication. Ensure the certificate is valid and authorized for the connection.


Username

Enter the username associated with the basic authentication method selected.


Password

Enter the password associated with the provided username for authentication.


Keystore Select Option

Choose the method for providing the keystore information.


Upload Keystore File

Upload the keystore file containing cryptographic keys and certificates.

Example: client_keystore.jks


Specify Keystore File Path

Enter the local file path to the keystore file on the server.

Example: /path/to/client_keystore.jks


Upload Keystore File

For client certificate authentication, upload the keystore file containing the necessary cryptographic keys and certificates.

Ensure the file is in the correct format.

Example: client_keystore.jks


Keystore Password

Enter the password associated with the keystore file.


Keystore File Path

Enter the local file path to the keystore file on the server. This path should point to the location where the keystore file containing cryptographic keys and certificates is stored.

Example: /path/to/client_keystore.jks


Validate Certificate Dates

Enable to enforce validation of certificate expiration dates.


Add Configuration: Additional properties can be added using this option as key-value pairs.


After entering all the details, click on the TEST button.

If the connection service identification and authentication details are provided correctly, a success message stating “connection available” is generated.

Click on the CREATE button to save the changes.

If the details are incorrect or the server is down, you will get a message “Connection unavailable”.

Top