1 Reply Latest reply on Jul 10, 2013 4:49 AM by rhanus

    JBoss eap 6 Thread Pool Configuration Clarification

    deraga

      Hi All,

       

      Pardon me if my questions are very entry level.

      I am new to JBoss and am trying to figure out how to configure thread pool for http connectors in standalone.xml and how everything works together.

      There are a few confusions that I hope someone can clarify for me.

       

      So far, I have found and followed the tutorials provided in the eap 6.1 documentation in the following link:

      https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Application_Platform/6.1/html/Administration_and_Configuration_Guide/sect-Connector_Configuration.html#Define_Thread_Pools_for_HTTP_Connector_in_JBoss_Enterprise_Application_Platform

       

      and trying understand each configuration properties from this link:

      https://access.redhat.com/site/documentation/en-US/JBoss_Operations_Network/3.1/html/Dev_Complete_Resource_Reference/JBossAS7-JBossAS7_Standalone_Server-Threads.html#JBossAS7-JBossAS7_Standalone_Server-Threads-ThreadFactory

       

      For the priority property, it states that the default value is -1. However, the valid values for a thread priority only ranges from 1-10. I have tried to manually set the priority value to -1 and jboss failed to start because of it. So what is the real default priority value or jboss behavior if no priority value is specified??

       

      Also, from reading past jboss configurations documents, it seems that developers can define parent thread groups in the configuration file. However, I haven't been able to find documentations for Jboss eap6 to illustrate how to do this and was wondering if this is still possible?

       

      Thanks in advance. Any help or direction to useful link/documents appreciated.