You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the only way to set the worker queue size is via a JMX bean: org.xnio:type=Xnio,provider="nio",worker="your-workername" (your-workername defaults to default which is defined in standalone-*.xml). This can be done via a startup EJB, a remote JMX Client, or even jconsole, for example. Users have long requested the ability to set this value via the standard management configuration module. This RFE will add this management property and related code changes to implement this request.
Issue Contact
jasondlee
The text was updated successfully, but these errors were encountered:
Description
Currently, the only way to set the worker queue size is via a JMX bean:
org.xnio:type=Xnio,provider="nio",worker="your-workername"
(your-workername
defaults todefault
which is defined instandalone-*.xml
). This can be done via a startup EJB, a remote JMX Client, or evenjconsole
, for example. Users have long requested the ability to set this value via the standard management configuration module. This RFE will add this management property and related code changes to implement this request.Issue Contact
jasondlee
The text was updated successfully, but these errors were encountered: