Previous Topic: Agent Light for WebSphere MQNext Topic: Agent Light for WebSphere MQ Virtualization Support


Input Transaction Data Format for MQ

The input transaction data for MQ must be in the format specified by DevTest Solutions. Every MQ transaction must look like the following example:

<MQTransactions>
         <MQTransaction>
                  <MQMessage>
                           ....
                           <QueueConnection>
                           ...
                           </QueueConnection>
                           <request>request content</request>
                  </MQMessage>                
                  <MQMessage>
                  ...
                  </MQMessage>
                  <MQMessage>
                  ...
                  </MQMessage>
                  ....
     </MQTransaction>
     ...
     <MQTransaction/>
</MQTransactions>

The data in the extended data file needs to be in the XML format defined by DevTest Solutions.

<Platforms>
         <SWA>
                  <!-- The log is from mq client or not, default value is true -->
                  <IsClient>true</IsClient>
                  <QueueConnection>      
                           <!-- required -->
                           <RequestQueue>ORDERS.REQUEST</RequestQueue>
                           <ResponseQueue>ORDERS.RESPONSE</ResponseQueue>
                           <QueueManager>QueueManager</QueueManager>
                           <Host>HostName</Host>
                           CA Portal1414</Port>
                           <Channel>SERVERCON</Channel>
                           <!-- often appear -->
                           <Username>administrator</Username>
                           <Password>dcam09@CTC</Password>
                  </QueueConnection>
         </SWA>
</Platforms>