Dataweave How to enable streaming in Dataweave? Dataweave doesn’t enable the streaming by default and we have to explicitly direct it to pass the data as stream. This enable faster processing of data where large amount of data need to be processed Enable streaming while transforming and passing the data to next processor more…
Read MoreDataweave How to invoke the Custom Java Class from inside a Dataweave? Below is the example More info – https://mulesy.com/invoke-custom-java-class-using-dataweave How to access secure property inside Dataweave? By using p(‘secure::<property name>’) you can access the secure property defined as part of secure property file in mule application More info – https://mulesy.com/read-properties-in-mule-4 How to call…
Read MoreWhat all different API policies should be applied on different API levels like Experience, Process and System Level? Experience XML or JSON threat protection – this will protect against the oversized XML or JSON payload Client ID enforcement – authentication is need for proper use of an API, only client authorized can use the…
Read MoreAnypoint Exchange What is Anypoint Exchange in MuleSoft? Anypoint Exchange provides the benefit of being able to discover, share, and incorporate assets and resources into your applications. Anypoint Exchange helps you create API developer portals, view and test APIs, simulate data to APIs (Mocking Service), create assets, and use API Notebooks to describe and…
Read MoreMule Runtime What is runtime manager? Runtime manager is to deploy and manage mule application on mule runtime engine, where mule runtime is running on Cloudhub or on-premise or on RTF. By using runtime manage you can deploy/undeploy the mule app You can change the runtime version at any time You can increase/decrease…
Read MoreAPI Manager What is API Manager? API Manager is a component of Anypoint Platform for managing APIs. API Manager manages APIs that reside in Exchange API Manger is used to apply the policies on APIs Please visit this url for more information What is API Autodiscovery? API Autodiscovery is used to pair the API…
Read MoreMuleSoft Development How to achieve the parallel processing in MuleSoft? To achieve the parallel processing you can use scatter gather or batch job and with mule 42 on wards there is also parallel for each has been added to process the message simultaneously, Please visit scatter gather and parallel for each urls for more…
Read MoreAnypoint Platform What is Anypoint Platform? Anypoint platform is highly productive, hybrid integration platform that creates an application network of app, data and devices by producing and consuming reusable assets. It is collection of Tools and Framework ( building application) and runtime for running application What are Anypoint Connectors in MuleSoft? Anypoint connectors are…
Read More