Details
-
Type:
Improvement Request
-
Status:
New
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 4.0.9
-
Fix Version/s: None
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
Some parameters of the web-service clients pool should be improved:
- maxActive: should be customizable at SU level. Default value = max number of JBI message processors, - maxWait: the existing default value must be customizable at SU level. Default value: 5 minutes, - maxIdle: should be size to a negative value to unlimit. Idle objetcs will be removed by the eviction thread. |
Some parameters of the web-service clients pool should be improved:
- maxActive: should be customizable at SU level. Default value = max number of JBI message processors, - maxWait: the existing default value must be customizable at SU level. Default value: 5 minutes, - maxIdle: should be size to a negative value to not limit the number of idle object. Idle objetcs will be removed by the eviction thread. |