What are suitable interface technologies for this data exchange that are secure, cross-platform, and internet friendly, assuming that Anypoint Connectors exist for these interface technologies?

A retailer is designing a data exchange interface to be used by its suppliers. The interface must support secure communication over the public internet. The interface must also work with a wide variety of programming languages and IT systems used by suppliers. What are suitable interface technologies for this data...

March 22, 2022 No Comments READ MORE +

What Anypoint Platform features should be used to meet these network communication requirements between Cloudhub and the existing customer-provisioned AWS VPC?

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 AWS VPC resources within...

March 22, 2022 No Comments READ MORE +

What is a key difference between synchronous and asynchronous logging from Mule applications?

What is a key difference between synchronous and asynchronous logging from Mule applications?A . Synchronous logging writes log messages in a single logging thread but does not block the Mule event being processed by the next event processorB . Asynchronous logging can improve Mule event processing throughput while also reducing...

March 21, 2022 No Comments READ MORE +

What is the most idiomatic (used for its intended purpose) and performant way to configure the SFTP operations or event sources to process the large files to support these deployment requirements?

A marketing organization is designing a Mule application to process campaign data. The Mule application will periodically check for a file in a SFTP location and process the records in the file. The size of the file can vary from 10MB to 5GB. Due to the limited availabiltty of vCores,...

March 21, 2022 No Comments READ MORE +

What option best suits to this requirement considering high availability is very much critical to the organization?

Organization wants to achieve high availability goal for Mule applications in customer hosted runtime plane. Due to the complexity involved, data cannot be shared among of different instances of same Mule application. What option best suits to this requirement considering high availability is very much critical to the organization?A ....

March 20, 2022 No Comments READ MORE +

What design choice (including choice of transactions) and order of steps addresses these requirements?

A Mule application is being designed to do the following: Step 1: Read a SalesOrder message from a JMS queue, where each SalesOrder consists of a header and a list of SalesOrderLineltems. Step 2: Insert the SalesOrder header and each SalesOrderLineltem into different tables in an RDBMS. Step 3: Insert...

March 20, 2022 No Comments READ MORE +

Given the company's current setup and requirements, what is the most idiomatic (used for its intended purpose) way to send Mule application logs to the external LMT?

The ABC company has an Anypoint Runtime Fabric on VMs/Bare Metal (RTF-VM) appliance installed on its own customer-hosted AWS infrastructure. Mule applications are deployed to this RTF-VM appliance. As part of the company standards, the Mule application logs must be forwarded to an external log management tool (LMT). Given the...

March 20, 2022 No Comments READ MORE +

What condition can the Mule application automatically adjust to or recover from without needing to restart or redeploy the Mule application?

A Mule application uses the Database connector. What condition can the Mule application automatically adjust to or recover from without needing to restart or redeploy the Mule application?A . One of the stored procedures being called by the Mule application has been renamedB . The database server was unavailable for...

March 20, 2022 No Comments READ MORE +

What interface technologies are the most straightforward and appropriate to use in this Mute application to interact with these systems, assuming that Anypoint Connectors exist that implement these interface technologies?

An Integration Mule application is being designed to synchronize customer data between two systems. One system is an IBM Mainframe and the other system is a Salesforce Marketing Cloud (CRM) instance. Both systems have been deployed in their typical configurations, and are to be invoked using the native protocols provided...

March 20, 2022 No Comments READ MORE +

What is the most appropriate choice of message broker(s) and message destination(s) in this scenario?

An Order microservice and a Fulfillment microservice are being designed to communicate with their dients 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...

March 20, 2022 No Comments READ MORE +