QuestionQ434

Software Development and Design

In an event-driven-architecture-based system, what characteristic do the subscribers of a topic have?

  • A They have access to all the messages in a topic.
  • B The message is channeled by recognizing the message's function.
  • C They route each incoming message to its destination.
  • D The messages received must be stamped with information that identifies the sender.
Explanation

Topic subscribers receive all messages published to the topic to which they subscribe.

Community Discussion

No comments yet. Be the first to start the discussion!