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:
    -

Activity

Hide
Christophe DENEUX added a comment - Wed, 21 Mar 2012 - 13:34:35 +0100

Merged in trunk, but with a default value of 5 minutes to avoid too thread creations

Show
Christophe DENEUX added a comment - Wed, 21 Mar 2012 - 13:34:35 +0100 Merged in trunk, but with a default value of 5 minutes to avoid too thread creations
Hide
Christophe DENEUX added a comment - Mon, 10 Oct 2011 - 10:38:54 +0200 - edited

Don't forget to take into account the hot configuration of this parameter: svn#29000 of branch petals-enterprise-3.1.x

Show
Christophe DENEUX added a comment - Mon, 10 Oct 2011 - 10:38:54 +0200 - edited Don't forget to take into account the hot configuration of this parameter: svn#29000 of branch petals-enterprise-3.1.x
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:40:32 +0200

Don't forget to add the parameter into the JBI descriptor of components to expose it

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:40:32 +0200 Don't forget to add the parameter into the JBI descriptor of components to expose it
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:46 +0200

To merge in trunk

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:46 +0200 To merge in trunk
Hide
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:39 +0200

Fix in branch petals-entreprise-3.1.x

Show
Christophe DENEUX added a comment - Wed, 28 Sep 2011 - 17:16:39 +0200 Fix in branch petals-entreprise-3.1.x

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