Advanced settings
As part of configuring the JMS broker to use HCL DevOps Test Integrations and APIs (Test Integrations and APIs), you can configure to use temporary destinations for receiving replies under the Advanced tab.
The following options are available:
- Use destination to match responses to requests
- The default option creates a unique temporary destination for receiving responses. Using this configuration, a separate reply destination is created for each published request.
- Use JMSCorrelationID to match responses to requests
- This option uses a single temporary reply destination, by using JMSCorrelationID to correlate responses with requests. JMSCorrelationID is set as an extra message property.
- Use JMSMessageID mapped to JMSCorrelationID to match responses to requests
- This option uses a single temporary reply destination, mapping the JMSMessageID to the JMSCorrelationID to correlate responses with requests. JMSMessageID is set as an extra message property.