You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/08/05 23:46:44 UTC

[jira] Resolved: (CXF-1734) AutomaticWorkQueue not configurable

     [ https://issues.apache.org/jira/browse/CXF-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1734.
------------------------------

    Resolution: Fixed


You can now add something to your spring config like:
    <bean id="default-wq" class="org.apache.cxf.workqueue.AutomaticWorkQueueImpl">
        <property name="name" value="default"/>
        <property name="highWaterMark" value="30"/>
    </bean>




> AutomaticWorkQueue not configurable
> -----------------------------------
>
>                 Key: CXF-1734
>                 URL: https://issues.apache.org/jira/browse/CXF-1734
>             Project: CXF
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.1.1, 2.0.8
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.1.2, 2.0.9
>
>
> The AutomaticWorkQueue that is used by ws-addressing and the JMS transport is not configurable to expand the size of the queue or the number of threads or anything.   This limits JMS scalability.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.