chetan mistrysalesforceconsultingsol.hashnode.dev·9 hours agoUnlock Digital Transformation with Salesforce and MuleSoft Integration ServicesThis is where MuleSoft integration services come in, bridging the gap between disconnected systems. By combining the power of Salesforce and MuleSoft, businesses can simplify their digital transformation journey and address these challenges effective...Discussmulesoft
Shyam Karthick V Bshyamkarthick.hashnode.dev·Jul 14, 2024Introduction...Welcome to my blog! I'm Shyam Karthick, a dedicated Software Developer at Bank of America, with a specialization in Mulesoft Based API Development. I hold a bachelor's degree in Information Technology from SRM IST, where I graduated with an impressiv...Discussself-introduction
NagaRaju Kukkadapunagarajuk.hashnode.dev·Jun 3, 2024Continuous Integration of Applications to CloudHub 2.0 using Github ActionsPrerequisites: Github Anypoint Platform (Exchange Contributor, Runtime Access) Mule API Project Structure: Before you Deploy Mule Application to Cloudhub 2.0 Update Pom xml file with Distribution Management <distributionManagement> <repository...Discuss·88 reads#Cloudhub 2.0
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024Cache Scope in Mule 4What is Cache Scope ? Cache is the temporary storage which limits same request processing again. Create a new mule project and add cache scope from mule palatte Configure the cache scope as below. In the caching strategy, choose reference to strate...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024Choice Router in Mule 4What is choice router? Choice router is used to route the flow based on the dataweave expression. It is used to route only to one flow. If no match is found it will route to default flow. Example: Create a new mule project and select choice rou...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024First Successful Router in Mule 4What is first successful ? First successful router iterates through list of configured processing routes until one of the route executes successfully. If any of the route fails , it goes to the next configured route. If none of the routes in this ...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024Scatter Gather Flow in Mule 4What is scatter gather ? The Scatter-Gather component can send messages to all the routes concurrently. This means that when a route is being processed the remaining routes must have to wait for its completion. Each route executes in its own threa...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024Batch processing in Mule 4What is batch processing? Batch processing allows for the efficient processing of records in groups or batches. Batch Processing is done by Batch Job and one or Batch Step Configuration of Batch Job: Batch Job instances is created based on the ba...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024File Connector in Mule 4Introduction File connector support operations such as creating directories and copying, moving, renaming, and deleting files. Trigger a flow when the new file created or modified. Locking file so that no one can access file when the processing is...Discussmulesoft
Nandinee Ramanathannandineeramanathan.hashnode.dev·May 16, 2024Flow vs Private Flow vs Sub Flow in Mule 4What is Flow? A Flow has source , process and error handling part. Souce is mandatory in a flow What is Private Flow? A private flow with no source but has process and error handling part. Source needs to be empty in private flow Private flow...Discussmulesoft