1.
The application of the Intermediate Routing pattern can result in multiple service agents intercepting a message before it arrives at its destination.
2.
When applying the Asynchronous Queuing pattern you aim to establish an environment in which:
3.
The queue established by applying the Asynchronous Queuing pattern enables service consumer and service to revert to a stateless condition before a data exchange has fully completed.
4.
The Reliable Messaging pattern requires:
5.
Which of the following statements are false?
6.
Assuming the Reliable Messaging pattern is successfully applied, which of the following statements is correct?
7.
In the message exchange framework established by the application of the Reliable Messaging pattern, what roles are typically fulfilled by service agents?
8.
Based on the publisher and subscriber roles established by the application of the Event-Driven Messaging pattern, which of the following statements are true?
9.
The messaging framework established by the application of the Event-Driven Messaging pattern positions a(n) ___________ as being responsible for the broadcast of event notification messages.
10.
If a service consumer program needs to get data from a service that is not available, it can poll the service by periodically issuing a request message. This type of interaction can be inefficient because it can lead to unnecessary message transmissions. Which of the following statements describes a solution to this problem?