MQ Transport: Advanced settings

By using the Advanced tab, you can specify the number of queue manager connections for reading messages, temporary destination settings, and Request/Reply Correlation Semantics.
The Advanced page of the MQ transport.
Table 1. . Advanced MQ Settings
MQ transport advanced setting options Description
Temporary Destination Settings
  • Model queue: Use Default Model Queue: Rational® Integration Tester uses temporary queues for recording. Select the Use Default Model Queue check box (by default, it is selected) to specify SYSTEM.DEFAULT.MODEL.QUEUE as the object from which to copy attributes. To specify a different model queue, clear the Use Default Model Queue check box and enter a queue name in the Model Queue field.
  • Open options: You can override default options when opening the queues. To specify a different open options:
    1. Click More button to select one, or more, open options that are supported for the operation.
    2. Click OK. The selected open options are converted into a decimal value, which is displayed in the field.
  • Queue Prefix: Use this field to customize the prefix for temporary dynamic queues. By default, the Queue Prefix field is blank and prefix used will be "AMQ". If you enter a value in the field, it is prefixed by "AMQ." and suffixed by "." For example, if you enter "RIT" in the Queue Prefix field, the names of any temporary queues created will have the format "AMQ.RIT.*" where "*" represents a 16-character string.
Request/Reply Correlation Settings
To associate the reply message from WebSphere® MQ with the specific request message, you can specify any of the following semantics for the message:
  • Reply CorrelationID is set to request Correlation ID: The reply message is set to use the request message correlation ID. This is set as the default option.
  • Reply CorrelationID is set to request Message ID: The correlation ID of the reply message is set to use the request message ID.
  • Reply CorrelationID not automatically set: The correlation ID of the reply message is not set automatically. Select this option if the reply message passes through another application before reaching Rational Integration Tester
.

Feedback