Refer to the exhibit. A Mule application is deployed to a multi-node Mule runtime cluster. The Mule application uses the competing consumer pattern among its cluster replicas to receive JMS messages from a JMS queue. To process each received JMS message, the following steps are performed in a flow:Step 1: The JMS Correlation ID header is read from the received JMS message.Step 2: The Mule application invokes an idempotent SOAP webservice over HTTPS, passing the JMS Correlation ID as one parameter in the SOAP request.Step 3: The response from the SOAP webservice also returns the same JMS Correlation ID.Step 4: The JMS Correlation ID received from the SOAP webservice is validated to be identical to the JMS Correlation ID received in Step 1.Step 5: The Mule application creates a response JMS message, setting the JMS Correlation ID message header to the validated JMS Correlation ID and publishes that message to a response JMS queue.Where should the Mule application store the JMS Correlation ID values received in Step 1 and Step 3 so that the validation in Step 4 can be performed, while also making the overall Mule application highly available, fault-tolerant, performant, and maintainable?
An organization is creating a set of new services that are critical for their business. The project team prefers using REST for all services but is willing to use SOAP with common WS-* standards if a particular service requires it.What requirement would drive the team to use SOAP/WS-* for a particular service?
An organization uses a set of customer-hosted Mule runtimes that are managed using the Mulesoft-hosted control plane.What is a condition that can be alerted on from Anypoint Runtime Manager without any custom components or custom coding?
A Mule application currently writes to two separate SQL Server database instances across the internet using a single XA transaction. It is proposed to split this one transaction into two separate non-XA transactions with no other changes to the Mule application.What non-functional requirement can be expected to be negatively affected when implementing this change?
An organization is designing the following two Mule applications that must share data via a common persistent object store instance:- Mule application P will be deployed within their on-premises datacenter.- Mule application C will run on CloudHub in an Anypoint VPC.The object store implementation used by CloudHub is the Anypoint Object Store v2 (OSv2).What type of object store(s) should be used, and what design gives both Mule applications access to the same object store instance?
A global organization operates datacenters in many countries. There are private network links between these datacenters because all business data (but NOT metadata) must be exchanged over these private network connections.The organization does not currently use AWS in any way.The strategic decision has just been made to rigorously minimize IT operations effort and investment going forward.What combination of deployment options of the Anypoint Platform control plane and runtime plane(s) best serves this organization at the start of this strategic journey?