The DevTest Java Agent includes a set of Native MQ CAI properties that you must configure.
By default, Native MQ CAI monitors all the queues of a queue manager. You can use the Include queues and Exclude queues properties to override this behavior. The property values are regular expressions. The Exclude queues property takes precedence over the Include queues property. If you want to specify a queue name that contains a dot character, place a backslash immediately before the dot character. If you want to use a dot character as a regular expression construct, you do not need to include a backslash.
If the system under test uses an uncommon pattern, Native MQ CAI might need help determining which queue/message is a request and which queue/message is a response. In this scenario, try adding the optional QUEUE_REQUEST_MATCHES and QUEUE_RESPONSE_MATCHES properties to the rules.xml file. Set the values to regular expressions. The regular expressions are evaluated against the message payload. For example:
<property key="QUEUE_REQUEST_MATCHES:SOME_REQUEST_QUEUE" value=".*"/> <property key="QUEUE_RESPONSE_MATCHES:SOME_RESPONSE_QUEUE" value=".*<response>.*"/>
Follow these steps:
Copyright © 2014 CA Technologies.
All rights reserved.
|
|