You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by "Glynn, Eoghan" <eo...@iona.com> on 2007/03/29 12:02:19 UTC

Configuration of AutomaticWorkQueue thresholds


Folks,

In answering a question about the configurability of CXF thread pools, I
noticed that the initial/max size, high/low water marks, & dequeue
timeout used by the thread pool backing the Bus AutomaticWorkQueue are
no longer configurable. 

The old-style configuration code used to pick these up has been
commented out, and replaced by hard-coded values (in
WorkQueueManagerImpl.createAutomaticWorkQueue()). 

This obviously needs to be ported over to the new Spring-based config
... i.e. a AutomaticWorkQueue bean, into which the threshold values are
injected.

I've raised a JIRA to this effect[1], but won't have time to pick this
up myself anytime soon.

So if anyone else in the community would like to see this working, and
has the bandwidth to make a contribution, please feel free to do so :)

Cheers,
Eoghan


[1] https://issues.apache.org/jira/browse/CXF-501