0 Replies Latest reply on Sep 15, 2016 2:10 AM by tahu06

    How to Configure Thread Pool(thread-factory) in Standalone.xml for Wildfly?

    tahu06

      I am trying to migrate from Jboss to wildfly 10 and Trying to configure Thread-factory .

       

      I have following configuration in my current JBOSS setup in the standalone.xml. How to replace the following JBOSS configuration of Standalone.xml for Wildfly?

       

      <connector name="GUIhttps" protocol="HTTP/1.1" scheme="https" socket-binding="GUIhttps" enable-lookups="false" secure="true" executor="uq-thread-pool">

      <subsystem xmlns="urn:jboss:domain:threads:1.1">

                      <thread-factory name="http-connector-factory" thread-name-pattern="HTTP-%t" priority="9" group-name="uq-thread-pool"/>

                      <unbounded-queue-thread-pool name="uq-thread-pool">

                              <thread-factory name="http-connector-factory" />

                              <max-threads count="100" />

                              <keepalive-time time="30" unit="seconds" />

                      </unbounded-queue-thread-pool>

              </subsystem>