An Order microservice and a Fulfillment microservice are being designed to communicate with their clients through message-based integration (and NOT through
API invocations).
The Order microservice publishes an Order message (a kind of command message) containing the details of an order to be fulfilled. The intention is that Order messages are only consumed by one Mule application, the Fulfillment microservice.
The Fulfillment microservice consumes Order messages, fulfills the order described therein, and then publishes an OrderFulfilled message (a kind of event message). Each OrderFulfilled message can be consumed by any interested Mule application, and the Order microservice is one such Mule application.
What is the most appropriate choice of message broker(s) and message destination(s) in this scenario?
gilofernandes
1 year, 1 month agoViv2005
2 years agomajda091983
2 years, 1 month agomadgeezer
2 years, 3 months agoAkanshaR91
2 years, 4 months agorodriguescont
2 years, 5 months agoOutdoor25
2 years, 10 months agoGrump
2 years, 11 months ago_d4d_
1 year, 11 months agoPavan_Nagineni
3 years, 3 months ago