QuestionQ15
MuleSoft application network conceptsA stock-trading company processes millions of trades per day and requires outstanding performance and reliability from its stock-trading system. The company runs several event-driven APIs, implemented as Mule applications, on various customer-hosted Mule clusters, and must enable message exchanges among the APIs on its internal network through shared message queues.
What is an effective approach for satisfying the event-driven APIs’ cross-cluster messaging requirements?
- A eXtended Architecture (XA) transactions and XA connected components with manual acknowledgements
- B Persistent VM queues with automatic acknowledgements
- C JMS transactions with automatic acknowledgements
- D Non-transactional JMS operations with a reliability pattern and manual acknowledgements
Community Discussion