Version 3

    Configuration of the WorkManager

     

    The WorkManager is configured in deploy/jbossjca-service.xml (JBoss4 only)

     

    Default Configuration

      <mbean code="org.jboss.resource.work.JBossWorkManager" name="jboss.jca:service=WorkManager">
         <depends optional-attribute-name="ThreadPoolName">jboss.jca:service=WorkManagerThreadPool</depends>
         <depends optional-attribute-name="XATerminatorName">jboss:service=TransactionManager</depends>
      </mbean>
    

     

    Configurable Attributes

    • ThreadPoolName - the object name of the ThreadPool used to process requests

    • XATerminatorName - the object name of the XATerminator used for transaction inflow

     

    Informational

    • Instance - the work manager instance