Previous Topic: WebSphere MQ Baseline ScenariosNext Topic: WebSphere MQ Baseline Test Cases


WebSphere MQ Baseline Properties

The configuration file for the DevTest Java Agent is named rules.xml.

Note: For detailed information about this file, see Agents.

Before you create a WebSphere MQ baseline, you can add the QUEUE_REQUEST_MATCHES and QUEUE_RESPONSE_MATCHES properties to the rules.xml file. These properties indicate which queues are for requests and which queues are for responses.

The QUEUE_REQUEST_MATCHES and QUEUE_RESPONSE_MATCHES properties are optional. They are necessary only if the agent cannot determine on its own whether a message is a request or a response.

If you include these properties, the property names must be followed by a colon and the actual queue name. The value of each property is a period followed by an asterisk. For example:

property key=QUEUE_REQUEST_MATCHES:ORDERS.REQUEST value=.*
property key=QUEUE_RESPONSE_MATCHES:ORDERS.RESPONSE value=.*