Use this task to complete all the tasks necessary to use workload management (WLM) with optimized local adapters, including setting up WLM classification rules for Customer Information Control System (CICS®) and WebSphere® Application Server for z/OS®.
<InboundClassification type="ola" schema_version "1.0" default_transaction_class="A0"> <ola_classification_info service_name="ejb/myFirstBean" description="Sample" propagate transaction name="true"/> </InboundClassification>The client program uses the optimized local adapter to drive an enterprise bean into WebSphere Application Server. The client WLM performance block is propagated to WebSphere Application Server, where the application server checks the WLM transaction class mapping file and sees that this request should be classified based on the client's WLM performance block.
The transaction name from the performance block is used to classify the work and it is queued to WLM under a new enclave. WLM finds a classification rule in its configuration for WebSphere Application Server, matching the transaction name used by CICS, and uses the resulting service class.
Work dispatched in WebSphere Application Server through the optimized local adapter runs under the same service class as the client request.<InboundClassification type="ola" schema_version "1.0" default_transaction_class="A0"> <ola_classification_info service_name="ejb/mySecondBean" description="Classify using transaction class" transaction_class="A1"/> <ola_classification_info service_name="ejb/security/*" description="Classify all secure beans using transaction class" transaction_class="A2"/> </InboundClassification>The client application sends a request for an enterprise bean through the optimized local adapter. WebSphere Application Server finds a matching entry in the WLM transaction class mapping file and uses the associated transaction class to classify the work with WLM. The transaction class is mapped by WLM to a service class which is returned on the classify request and used to queue the work to a servant region. Work dispatched in WebSphere Application Server through the optimized local adapter runs under the service class which matches a definition in the WLM transaction class mapping file.
In this information ...Related concepts
| IBM Redbooks, demos, education, and more(Index) Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience. This feature requires Internet access. Most of the following links will take you to information that is not part of the formal product documentation and is provided "as is." Some of these links go to non-IBM Web sites and are provided for your convenience only and do not in any manner serve as an endorsement by IBM of those Web sites, the material thereon, or the owner thereof. |