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?
Answer : B
A service agent has a technical contract that allows it to be explicitly invoked by service consumer programs.
Answer : B
The Protocol Bridging pattern addresses problems that occur when services using different transport protocols or different versions of the same transport protocol try to communicate.
Answer : A
Which of the following is a common problem associated with the application of the Policy Centralization pattern?
Answer : A
When applying the Messaging Metadata pattern, it is customary to place business document data in the message header and supplementary messaging metadata in the message body.
Answer : B
Which of the following represent common types of logic that can be placed within a service fa?ade component?
Answer : A, B, C, D
Which of the following statements about the subscriber role established by the application of the Event-Driven Messaging pattern is true?
Answer : A