Translated message

A translation of this page exists in English.

bounded スレッドプール設定を、EAP 6.4 から EAP 7 に移行する

Solution Verified - Updated -

Issue

  • スレッドのサブシステムが EAP 7 から削除されたようです。EAP 6.4 で使用していた設定を EAP 7 でも同じように利用する必要があります。以下は EAP 6.4 の設定です。
<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