|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (14)
View Page HistoryThe version 1.0.x of the component is based on [Apache Netty|http://netty.io/] 4.0.36.
h2. CDK parameters
h1. Component Configuration
The component configuration includes the configuration of the CDK. The following parameters correspond to the CDK configuration.
{color:red}{*}TODO. change the default values for the thread pools...*{color}
{include:0 CDK Component Configuration Table 5.6.0}
{include:0 CDK Parameter scope}
{include:0 CDK Component Interceptor configuration}
{include:0 CDK Component Interceptor configuration}
h2. Component specific parameters
{center}*Component configuration, specific parameters part*{center}
{center}*Component configuration, specific parameters part*{center}
{center}{*}Configuration of the component, Gateway part*{center}
{table-plus}
|| {color:#333333}Parameter{color} || {color:#333333}Description{color} || {color:#333333}Default{color} || {color:#333333}Required{color} || Scope ||
| consumer-domains-max-pool-size | Max number of threads used for handling incoming consumer partner connections: while each incoming consumer partner connection handles one exchange at a time, this limits the number of concurrent exchange processing amongst all incoming connection | {center}6{center} | {center}No{center} | {center}Installation{center} |
| provider-domains-max-pool-size | Max number of threads used for handling outgoing provider partner connections: while each outgoing provider partner connection handles one exchange at a time, this limits the number of concurrent exchange processing amongst all outgoing connection | {center}6{center} | {center}No{center} | {center}Installation{center} |
{include:0 CDK Parameter scope}
h1. Logging
The traces of the BPMN 2.0 engine "Activiti" are activated through the logging configuration file of Petals ESB. The root logger for Activiti is {{org.activiti}}:
The traces of Apache Netty itself can be activated through the logging configuration file of Petals ESB. The root logger for Netty is {{io.netty}}:
{code}
...
...
org.activiti.level=INFO io.netty.level=INFO
org.activiti.engine.impl.level=FINE
...
{code}
{code}