Final answer:
When an MQ application sends a request message type, it typically expects a Reply message type in return.
Step-by-step explanation:
When an MQ application sends a "request" message type, it typically expects a Reply message type in return. The request message is sent from the client application to the server, and the server responds with a reply message containing the requested information. The reply message confirms the completion of the request and includes the desired information.