0 CDK Component Development Configuration Table

Configuration of the component (CDK)

Parameter Description Default Required Scope
acceptor-pool-size The size of the thread pool used to accept Message Exchanges from the NMR. Once a message is accepted, its processing is delegated to the processor pool thread. 3 Yes Runtime
processor-pool-size The size of the thread pool used to process Message Exchanges. Once a message is accepted, its processing is delegated to one of the thread of this pool. 10 Yes Runtime
processor-max-pool-size The maximum size of the thread pool used to process Message Exchanges. The difference between this size and the processorpool-size represents the dynamic threads that can be created and destroyed during overhead processing time.
50 No Runtime
notifications Enable the EDA mode. The component produces and consumes notifications. See the EDA documentation for further details.
false No Installation
ignored-status When the component receives an acknowledgement message exchange, it can skip the processing of these message according to the type of the acknowledgment. If you decide to not ignore some acknowledgement, the component listeners must take care of them.
Accepted values: DONE_AND_ERROR_IGNORED, DONE_IGNORED, ERROR_IGNORED or NOTHING_IGNORED
DONE_AND_ERROR_IGNORED Yes Component
properties-file Name of the file containing properties used as reference by other parameters. Parameters reference the property name in the following pattern ${myPropertyName}. At runtime, the expression is replaced by the value of the property.

The value of this parameter is:
  • an URL;
  • a file relative to the PEtALS installation path;
  • an empty value to stipulate a non-using file.
- No Installation
external-listener-class-name Qualified name of the class extending AbstractExternalListener
Only for Binding Components
- No Component
jbi-listener-class-name Qualified name of the class extending AbstractJBIListener - Yes Component

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.