QuestionQ23
MuleSoft application network conceptsSee the exhibits.
An Order microservice and a Fulfillment microservice are being designed to communicate with their clients through message-based integration, rather than API invocations.
The Order microservice publishes an Order message (a kind of command message) containing details of an order to be filled. The intent is for Order messages to be consumed by only one Mule application: the Fulfillment microservice.
The Fulfillment microservice consumes Order messages, fills the orders described in them, and then publishes a Fulfillment message (a kind of event message). Any interested Mule application can consume each Fulfillment message, and the Order microservice is one such Mule application.
What is the recommended choice of message broker(s) and message destination(s) for this scenario?

- A

- B

- C

- D

Community Discussion