Setting the Runtime options - 7.3

Talend Open Studio User Guide

Version
7.3
Language
English
Product
Talend Open Studio for Big Data
Talend Open Studio for Data Integration
Talend Open Studio for Data Quality
Talend Open Studio for ESB
Module
Talend Studio
Content
Design and Development
Last publication date
2023-10-11
Available in...

Open Studio for ESB

In the Integration perspective of Talend Studio, you can configure the Runtime settings of a Service, which will be applied when the service is deployed in the Runtime container.

About this task

To do so:

Procedure

  1. Right-click a Service in the repository tree view and select ESB Runtime Options from the contextual menu.
    The wizard appears allowing you to set the Runtime options.
  2. Set the Runtime options as required.

    Options

    Description

    Use Business Correlation

    Select this check box to enable the correlation option so that chained service calls will be grouped under the same correlation ID. The service will extract the correlation ID from the request header and store it in the component variable of the data service Job for further use in the flow.

    Use Service Activity Monitor

    Select this check box to capture events and store this information to facilitate in-depth analysis of service activity and track-and-trace of messages throughout a business transaction. This can be used to analyze service response times, identify traffic patterns, perform root cause analysis and more. For more information, see Talend ESB Infrastructure Services Configuration Guide for Service Activity Monitoring.

    Use Service Locator

    Select this check box to maintain the availability of the service to help meet demands and service level agreements (SLAs).

    Service Locator Custom Properties

    Click to add as many properties as needed to the Service Locator Custom Properties table. Enter the name and the value of each property in the Property Name field and the Property Value field respectively to identify the service. The table is disabled when the Use Service Locator check box is cleared. For more information, see Talend ESB Infrastructure Services Configuration Guide for how to install and configure the Service Locator.

    Username / Password

    Select this check box to enable the Username token. When using the Username token, the web service provider requires the consumer to send the credentials as a part of the request and authentication is performed on the provider side.
    Note: Note that the authentication is the same for all services running in the same Talend ESB container.

    For more information on how to configure the authentication, see Talend ESB Infrastructure Services Configuration Guide for how to use STS with Talend Runtime.

    SAML Token

    Select this check box to use the SAML token. When using the SAML token, the web service provider requires the consumer to make a SAML token issue request to the Security Token Service (STS) passing its credentials. On successful authentication the STS issues a SAML token. This SAML token is sent as a part of the request to the provider and the provider verifies the validity of the SAML token.
    Note: Note that the authentication is the same for all services running in the same Talend ESB container.

    For more information on how to configure the authentication, see Talend ESB Infrastructure Services Configuration Guide for how to use STS with Talend Runtime.

    Log Messages

    Select this check box to log the content of the messages that are sent between the service and the consumer.

  3. Click OK to validate your settings and close the wizard.