Using Universal Messaging Services with SSL
Event Routing supports the Universal Messaging NSPS protocol for secure communication.
To enable Event Routing to communicate with an SSL-enabled Universal Messaging server, you must configure certain Java system properties for the runtime in which Event Routing is running.
The following table lists the Java system properties and the values you specify:
Property | Value |
javax.net.ssl.keyStore | The path to the client keystore. |
javax.net.ssl.keyStorePassword | The password for the client keystore. |
javax.net.ssl.trustStore | The path to the certificate authority (CA) keystore file. |
javax.net.ssl.trustStorePassword | The password for the CA keystore. |
Note: Event Routing supports only .jks file based keystore and truststore types.
For more information about configuring Universal Messaging for SSL communication, see the Universal Messaging documentation. For more information about configuring Java system properties, see Software AG Command Central Help or the documentation of the embedding runtime.