83.3k views
2 votes
When an MQ application sends a "request" message type, what message type is expected in return?

A. Datagram
B. Return
C. Result
D. Reply

User DILP
by
8.2k points

1 Answer

5 votes

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.

User Hwnd
by
8.0k points