[jbossws-issues] [JBoss JIRA] (JBWS-3497) Add ability to configure the queue depth on the asynchronous (@Oneway) work queue.

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Fri May 25 03:54:18 EDT 2012


    [ https://issues.jboss.org/browse/JBWS-3497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12695846#comment-12695846 ] 

Alessio Soldano commented on JBWS-3497:
---------------------------------------

Forgot to mention that, you can set the initial thread count too, of course:
{code:xml}
  <property>
    <name>cxf.queue.default.initialThreads</name>
    <value>30</value>
  </property>
{code}
                
> Add ability to configure the queue depth on the asynchronous (@Oneway) work queue.
> ----------------------------------------------------------------------------------
>
>                 Key: JBWS-3497
>                 URL: https://issues.jboss.org/browse/JBWS-3497
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf
>    Affects Versions: jbossws-cxf-4.0.2
>         Environment: Linux 64 bit.
>            Reporter: Jeremy Whiting
>            Assignee: Alessio Soldano
>            Priority: Critical
>             Fix For: jbossws-cxf-4.1
>
>
>  I need to increase the queue depth on a thread pool. The underlying CXF implementation is throwing a WARNING indicating the queue is full and the callee thread will have to execute the work. When this occurs performance is degraded.
>  I would like to see the thread pool configuration exposed to allow the setting of
> executor queue depth
> worker thread count

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossws-issues mailing list