[esb-issues] [JBoss JIRA] Closed: (JBESB-1861) Allow the overriding of the default maxThreads on MessageAwareListener

Mark Little (JIRA) jira-events at lists.jboss.org
Sun Jul 13 07:35:26 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBESB-1861?page=all ]

Mark Little closed JBESB-1861.
------------------------------

    Resolution: Rejected

It's already possible to do this ...

 final String maxThreadVal = _config.getAttribute(ListenerTagNames.MAX_THREADS_TAG) ;
                
                if (!Util.isNullString(maxThreadVal))
                {
                    try
                    {
                        _maxThreads = Integer.parseInt(maxThreadVal) ;
                    }
                    catch (NumberFormatException nfe)
                    {
                        _maxThreads = _defaultMaxThreads ;
                        _logger.warn("Invalid " + ListenerTagNames.MAX_THREADS_TAG + " attribute, defaulting to <" + _maxThreads + ">") ;
                    }
                }

> Allow the overriding of the default maxThreads on MessageAwareListener
> ----------------------------------------------------------------------
>
>                 Key: JBESB-1861
>                 URL: http://jira.jboss.com/jira/browse/JBESB-1861
>             Project: JBoss ESB
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta, Transports
>    Affects Versions: 4.2.1 CP3
>            Reporter: Mark Little
>         Assigned To: Mark Little
>            Priority: Critical
>             Fix For: 4.4
>
>
> Spoken with TomF about this.

-- 
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 esb-issues mailing list