The order parameter - Cloud - 8.0

Talend ESB Container Administration Guide

Version
Cloud
8.0
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

This parameter defines the order in which the parameters in configuration files are applied. Each file has a unique value of order. For example:

abc.cfg:
order = 1
url = .*
client.ReceiveTimeout = 60000
xyz.cfg:
order = 2
url = .*busy.*
client.ReceiveTimeout = 120000
If the endpoint address contains "busy", then both config files match as applicable, according to the rules in the url parameter.

In this case, client.ReceiveTimeout will have the longer timeout value 120000 because the order parameters stipulate that xyz.cfg is applied after abc.cfg.