[ 
https://issues.apache.org/jira/browse/QPID-6807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14974654#comment-14974654
 ] 

ASF subversion and git services commented on QPID-6807:
-------------------------------------------------------

Commit 1710666 from [~lorenz.quack] in branch 'java/trunk'
[ https://svn.apache.org/r1710666 ]

QPID-6807: [Java Broker] make number of selectors on AMQP ports and 
VirtualHosts configurable

> Add ability to configure the number of selectors for AMQP ports and 
> virtualhost
> -------------------------------------------------------------------------------
>
>                 Key: QPID-6807
>                 URL: https://issues.apache.org/jira/browse/QPID-6807
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>            Assignee: Lorenz Quack
>             Fix For: qpid-java-6.0
>
>
> We need the ability to configure the number of selects used by AMQP Ports and 
> Virtualhosts.  This should be exposed as a model attribute which defaults to 
> a context variable yielding Math.max(scheduler.getPoolSize()/8,1) if not set. 
>  There should be a restriction that the number of selectors cannot be zero 
> and the number of selectors must be less than the number of threads.
> The field needs to be available in the UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to