WildFly Threads Subsystem Configuration

From NovaOrdis Knowledge Base
Revision as of 20:05, 8 June 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Example

<subsystem xmlns="urn:jboss:domain:threads:1.1">
    <thread-factory name="http-connector-factory" group-name="example-thread-pool" thread-name-pattern="http-%t" priority="9"/>
    <unbounded-queue-thread-pool name="uexample-thread-pool">
        <max-threads count="500"/>
        <keepalive-time time="30" unit="seconds"/>
        <thread-factory name="http-connector-factory"/>
    </unbounded-queue-thread-pool>
</subsystem>