[jboss-jira] [JBoss JIRA] (AS7-2084) Inject executor used in RemotingServices.installRemotingEndpoint()

Kabir Khan (Created) (JIRA) jira-events at lists.jboss.org
Wed Oct 12 12:52:16 EDT 2011


Inject executor used in RemotingServices.installRemotingEndpoint()
------------------------------------------------------------------

                 Key: AS7-2084
                 URL: https://issues.jboss.org/browse/AS7-2084
             Project: Application Server 7
          Issue Type: Feature Request
            Reporter: Kabir Khan
             Fix For: 7.0.1.Final


See todo:

{code}
       // TODO inject this from somewhere?
        executorInjector.inject(Executors.newCachedThreadPool());
{code}

Also, ManagementChannelPinger creates its own thread. This should use the same executor (important for cloud stuff)

--
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 jboss-jira mailing list