User-defined reception runtime definition file

Format

user-defined-reception-soap.threads.maximum=Maximum-number-of-concurrent-executions
user-defined-reception-soap.exclusive.threads=Number-of-dedicated-threads
user-defined-reception-soap.queue-size=Pending-queue-size

Function

Specifies the information for SOAP receptions.

File storage location

Service-platform-installation-directory\CSC\config\manager\templates\cscurcptnconfig.properties

Specifiable parameters

user-defined-reception-soap.threads.maximum=Maximum-number-of-concurrent-executions ~ <Numeric character> ((1 to 1024)) <<10>>

Specifies the maximum number of concurrently executing SOAP receptions. You must specify a value that is equal to or more than the number of dedicated threads.

user-defined-reception-soap.exclusive.threads=Number-of-dedicated-threads ~ <Numeric character> ((0 to 1024)) <<0>>

Specifies the number of dedicated threads of a SOAP reception. You must specify a value that does not exceed the maximum number of executions. If you specify 0, no threads are dedicated.

Note that this value is set up for the WAR attribute thread-control-exclusive-threads. Therefore, you must specify this value after considering the maximum threads and the maximum number of connections for the entire Web container.

user-defined-reception-soap.queue-size=Pending-queue-size ~ <Numeric character> ((0 to 2147483647)) <<8192>>

Specifies the size of the pending queue for a SOAP reception.

Usage

Specify the user-defined reception runtime definition file in the argument of the -propfile option of the csccompoconfig command. For details on how to do this, see 3.1.15 Setting up the definition information for user-defined receptions in the uCosminexus Service Platform System Setup and Operation Guide.