EMS Connection Details

The EMS connection is a container for all the client connection parameters used by the EMS Activity and Subscriber trigger. To establish the connection successfully, specify the following connection details in the EMS dialog:

Field Required Description
Name Yes Specify a unique name for the connection that you are creating. This name is displayed in the Connection Name dropdown list for each activity.
Description No A brief description of the connection.
Server URL Yes EMS server URL.

Example: tcp://<host>:<port>

Authentication Mode Yes You can select from the dropdown list. The possible values are None and SSL.
User Name No Username of the EMS server.
Password No Password of the EMS server.
Enable mTLS Yes If the Authentication Mode field is set to SSL, Enable mutual TLS (mTLS) for secure communication
Client Certificate Yes If the Authentication Mode field is set to SSL, and Enable mTLS is set to true, then the Client Certificate field must point to the client's certificate. The broker must trust this certificate.
Client Key Yes If the Authentication Mode field is set to SSL, and Enable mTLS is set to true, then the Client Key field must point to the client's key.
CA or Server Certificate Yes If the Authentication Mode field is set to SSL, select the CA certificate file used to sign the server's certificate.
Client Key Password No If the Authentication Mode field is set to SSL, and Enable mTLS is set to true, specify the password for the client's private key.
Hostname Verification Yes If the Authentication Mode field is set to SSL, use this field to enable or disable the verification of the server's hostname during connection creation.
Reconnect Count No The maximum number of times a client retries to establish a connection.

Default: 4

Reconnect Delay No The time interval between two retry attempts.

Default: 500 ms

Retry Timeout No The maximum time (ms) a client waits for the reconnection to be established.

Default: 0