Journey Manager (JM) The transaction engine for the platform. | System Manager / DevOps | All versions This feature is related to all versions.
Manager allows you to create new and edit existing service connections, so you can use them in your services to implement various client's requirements.
To configure a service connection:
You can't change the organization it belongs to, nor set it to blank after the service connection has been created.
Service connection configuration options are different for each service connection type. Refer to a specific service connection type configuration for more details.
You can't always access the param1
, param2
, param3
, and param4
properties of a service connection via the Service Connection Configuration UI to update them. If you are required to use these parameters, you can do the following:
connection-config.xml
file, which is a part of the archiveparam1
, param2
, param3
, and param4
properties as required. For more information on their definition, see JSON Definitions Reference in the Journey SDK documentation.You can also update the param1
, param2
, param3
, and param4
properties using the Fluent API SvcConnUpdater.setParam1
, SvcConnUpdater.setParam2
, SvcConnUpdater.setParam3
, and SvcConnUpdater.setParam4
methods. For more information, see Fluent API.
Next, learn how to remove a service connection.