[jbossws-issues] [JBoss JIRA] (JBWS-3920) Default to using original thread for processing one-way messages

Alessio Soldano (JIRA) issues at jboss.org
Tue Jun 16 18:07:01 EDT 2015


Alessio Soldano created JBWS-3920:
-------------------------------------

             Summary: Default to using original thread for processing one-way messages
                 Key: JBWS-3920
                 URL: https://issues.jboss.org/browse/JBWS-3920
             Project: JBoss Web Services
          Issue Type: Enhancement
          Components: jbossws-cxf
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-5.1


We're currently setting OneWayProcessorInterceptor.USE_ORIGINAL_THREAD to true for EJB3 endpoints, as that's required for proper authorization in the ejb container. We should actually set that by default in the deployment bus, so that any deployment defaults to using the original thread for deailing with oneway message.
The reason for this is also performances: when a new thread is used for dealing with a oneway message, the message needs to be cached which takes time and memory. Moreover, the user should actually be tuning the web container thread pool to control thread usage when serving ws requests.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbossws-issues mailing list