[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-776) Specify one way thread pool on the server side too

Tim Fox (JIRA) jira-events at jboss.com
Wed Jan 24 09:58:21 EST 2007


Specify one way thread pool on the server side too
--------------------------------------------------

                 Key: JBMESSAGING-776
                 URL: http://jira.jboss.com/jira/browse/JBMESSAGING-776
             Project: JBoss Messaging
          Issue Type: Task
    Affects Versions: 1.2.0.Beta1
            Reporter: Tim Fox
             Fix For: 1.2.0.Beta2


We are currently not specifying

 metadata.put(ServerInvoker.ONEWAY_THREAD_POOL_CLASS_KEY,
                      "org.jboss.jms.server.remoting.DirectThreadPool");

On the server side, only on the client side.

Need to do this on the server side too, otherwise any one way invocations (e.g. changeRate) will unnecessarily be invoked via a thread pool.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list