Migrating bounded thread pool settings from EAP 6.4 to EAP 7.

Solution Verified - Updated -

Issue

  • It seems that the threading subsystem has been eliminated from EAP 7. I need to replicate the settings I have in EAP 6.4 to EAP 7. Here are my EAP 6.4 settings:
<subsystem xmlns="urn:jboss:domain:threads:1.1">
            <thread-factory name="http-connector-factory" group-name="bq-thread-pool" thread-name-pattern="HTTP-%t" priority="9"/>
            <bounded-queue-thread-pool name="bq-thread-pool" allow-core-timeout="true">
                <core-threads count="20"/>
                <queue-length count="20"/>
                <max-threads count="100"/>
                <keepalive-time time="120" unit="seconds"/>
                <thread-factory name="http-connector-factory"/>
            </bounded-queue-thread-pool>
        </subsystem>

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 7.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content