Multiple choice technology architecture

Which component contains the structure of the message?

  1. Message flow

  2. Message Set

  3. Broker

  4. Broker Domain

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

Message Sets define the structure and format of messages in Message Broker, including field names, data types, and hierarchy. They act as templates that describe how messages are organized, similar to XML schemas or database schemas. Message flows contain processing logic, not structure definitions.