Using the SendReceive Method with MQSeries
The SendReceive method on the EAI MQSeries Server Transport sends a message and waits for a response from the target application on a response queue. This response message corresponds to the original message using the correlation ID in MQSeries.
Note: It is the responsibility of the external application to set the correlation ID of the response
to the Siebel application to the message ID of the original message.
Note: It is recommended that, when using the EAI MQSeries Server
Transport business service with the SendReceive method, you check
the TimedOut process property. If you send a message and the MQ transport
times out waiting for a response, then the business service does not
raise an error but the TimedOut value is true.