Petals CDK

Improve configuration of the JBI message worker pool

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 5.1.1
  • Fix Version/s: 5.1.2, 5.3.0
  • Component/s: runtime
  • Security Level: Public
  • Description:
    Hide

    The thread pool of JBI message workers is sized with:

    • core pool size: the value of the parameter 'processorPoolSize',
    • max pool size: the value of the parameter 'processorMaxPoolSize',
    • keep alive time: 60s (hard coded value),
    • work queue size: N/A

    The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)

    Show
    The thread pool of JBI message workers is sized with:
    • core pool size: the value of the parameter 'processorPoolSize',
    • max pool size: the value of the parameter 'processorMaxPoolSize',
    • keep alive time: 60s (hard coded value),
    • work queue size: N/A
    The keep alive time should be customizable through attribute 'processorKeepAliveTime' (in second, default value: 60)
  • Environment:
    -

People

Dates

  • Created:
    Mon, 1 Aug 2011 - 10:05:08 +0200
    Updated:
    Wed, 21 Mar 2012 - 13:34:35 +0100
    Resolved:
    Wed, 21 Mar 2012 - 13:34:35 +0100