A Mule application named Inventory uses a persistent object store. The Inventory Mule application is deployed to CloudHub and is configured to use Object Store v2.Another Mule application named Roomba is being developed to delete values from the Inventory Mule application's persistent object store. The Roomba Mule application will also be deployed to CloudHub.What is the most direct way for the Roomba Mule application to delete values from the Inventory Mule application's persistent object store with the least latency?
An organization has decided on a cloud migration strategy that aims to minimize the organization's own IT resources. Currently, the organization has all of its Mule applications running on its own premises and uses an on-premises load balancer that exposes all APIs under the base URL https://api.acme.com.As part of the migration strategy, the organization plans to migrate all of its Mule applications and load balancer to CloudHub.What is the most straight-forward and cost-effective approach to Mule application deployment and load balancing that preserves the public URLs?
An organization has previously provisioned its own AWS VPC hosting various servers. The organization now needs to use CloudHub to host a Mule application that will implement a REST API. Once deployed to CloudHub, this Mule application must be able to communicate securely with the customer-provisioned AWSVPC resources within the same region, without being interceptable on the public Internet.What Anypoint Platform features should be used to meet these network communication requirements between CloudHub and the existing customer-provisionedAWS VPC?
In a Mule application, a flow contains two (2) JMS Consume operations that are used to connect to a JMS broker and consume messages from two (2) JMS destinations. The Mule application then joins the two consumed JMS messages together.The JMS broker does NOT implement high availability (HA) and periodically experiences scheduled outages of up to 10 minutes for routine maintenance.What is the most idiomatic (used for its intended purpose) way to build the Mule flow so it can best recover from the expected outages?
An automation engineer needs to write scripts to automate the steps of the API lifecycle, including steps to create, publish, deploy, and manage APIs and their implementations in Anypoint Platform.What Anypoint Platform feature can be used to automate the execution of all these actions in scripts in the easiest way without needing to directly invoke theAnypoint Platform REST APIs?
A Mule application is deployed to a cluster of two (2) customer-hosted Mule runtimes. Currently, the node named Alice is the primary node and the node namedBob is the secondary node. The Mule application has a flow that polls a directory on a file system for new files.The primary node Alice fails for an hour and then is restarted.After the Alice node completely restarts, from what node are the files polled, and what node is now the primary node for the cluster?