Previous Topic: Agent Light for JMS Virtualization SupportNext Topic: Input Transaction Data Format for MQ


Agent Light for WebSphere MQ

The Agent Light for WebSphere MQ is an agent that communicates with CA Continuous Application Insight using a REST API. The purpose of the light agent is to take the input from an MQ request/response data file and send the data to CAI through the REST API call.

The agent light can receive the MQ transactions from the following sources:

When you query Splunk for third-party transactions, a Splunk query statement must be provided to query for the transactions. The agent has a default query statement built-in. If a different query is needed, you can pass a new query statement using the -search parameter.

The following statement is the built-in default query statement:

"search index=main CASE(\"- REQUEST: <?xml\") OR CASE(\"- RESPONSE: <?xml\") | transaction startsWith=CASE(REQUEST:) endsWith=CASE(RESPONSE:)";

If the Agent Light for WebSphere MQ is executed from a remote system, the DevTest Server REST URL must be specified. Otherwise the agent assumes the DevTest Server is local. The URL format is http://<lisa-server>:1505.

The agent light has the following optional parameters:

-url

Defines the CAI REST base URL.

Default: http://localhost:1505
-wsuser
(Optional) Defines the CAI REST username.
-wspassword
(Optional) Defines the CAI REST password.

Note: The data in the transaction data file and in the extended XML data file must be in the XML format that is defined by DevTest Solutions. See the Input Transaction Data Format for MQ topic for more information about the standard data format.