Multiple choice technology web technology

Which attribute of the message descriptor is used to identify a specific request or reply message

  1. Report Option

  2. Message ID/Correllation ID

  3. Date and Time

  4. Format

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Message ID uniquely identifies each message, while the Correlation ID links a reply to its original request. These attributes are essential for request/reply patterns so applications can match responses to specific requests.