Clustering is group of nodes that act as a single unit. With JDBC Persistent Object Store, data can be persisted in case of Mule Runtime failure, crashes or shutdown.
With Anypoint DataGraph, you can reuse multiple APIs in a single request. Enterprise architects can easily unify APIs into one data service all without writing more code. Developers can consume multiple APIs from the data service in a single GraphQL request.
Anypoint Platform is a Multitenant Integration Platform as a Service and Cloudhub is the designed to provide enterprise multitenant, secure, elastic and high available Integration Platform as a Service.
Salesforce Composite Connector provides various benefits like simplifying the code, reduce the network overhead by avoiding round trip between MuleSoft and Salesforce, Improve Application performance.
We go over a tutorial on how to work with the new MuleSoft XML SDK to perform basic operations and connect these operations to MuleSoft's Anypoint Exchange.
Organization requiring around 500 IP Addresses or Host have to go with a Class B IP distribution system where almost more than 60,000 IP addresses are wasted.
Thanks For suggestion. This is just example to show how data transform can be achieved by Camel Processor. There are inbuild method available with Camel to perform CSV to XML transformation but this is just example. I will be posting more transformation articles of different qualities.
You can apply similar logic to all other type of filter but Idempotent filter has property by default thorwOnUnaccepted so you don't have to use message filter wrap up for Idempotent filter. Hope this will help you in future also. :)
Comments
Jan 22, 2021 · Jitendra Bafna
Hi,
Please check this
https://www.youtube.com/playlist?list=PL5GwZHHgKcuAPqDILvHAEMT_zLymTEGjA
Regards,
Jitendra
Aug 10, 2020 · Jitendra Bafna
Jul 07, 2020 · Jitendra Bafna
You need to deploy application in each region.
Feb 26, 2019 · Jitendra Bafna
Thanks
Jan 09, 2019 · Jitendra Bafna
Thanks
Jun 17, 2018 · Jitendra Bafna
Thanks
Jun 14, 2018 · Jitendra Bafna
Thanks
Dec 16, 2017 · Jitendra Bafna
Hi,
I had added logic for implementing CSV To XML transformation using XStream.
Regards,
Jitendra
Dec 16, 2017 · Jitendra Bafna
Thanks.
Hi,
I had added logic for implementing CSV To XML transformation using XStream.
Regards,
Jitendra
Dec 16, 2017 · Jitendra Bafna
Hi,
I had added logic for implementing CSV To XML transformation using XStream.
Regards,
Jitendra
Oct 22, 2017 · Jitendra Bafna
Thanks For suggestion. This is just example to show how data transform can be achieved by Camel Processor. There are inbuild method available with Camel to perform CSV to XML transformation but this is just example. I will be posting more transformation articles of different qualities.
Oct 09, 2017 · Jitendra Bafna
Thanks
Oct 09, 2017 · Jitendra Bafna
Thanks :)
Oct 09, 2017 · Jitendra Bafna
Thanks :)
Jun 29, 2017 · Jitendra Bafna
Thanks
Jun 26, 2017 · Jitendra Bafna
Thanks
Jun 26, 2017 · Jitendra Bafna
Thanks
Jun 16, 2017 · Jitendra Bafna
Hi,
You cannot directly mock the stored procedure or select query but it is possible to mock database connector.
Regards,
Jitendra
Apr 06, 2017 · Jitendra Bafna
Thanks for good suggestion :)
Mar 28, 2017 · Jitendra Bafna
This is power of Mulesoft. There are many awesome features available with Mule. You will going to see in my next upcoming articles.
Mar 28, 2017 · Jitendra Bafna
Thanks Manish.
Mar 24, 2017 · Jitendra Bafna
Thanks
Mar 09, 2017 · Jitendra Bafna
Typo mistake. Will correct it. Thanks :)
Mar 07, 2017 · Jitendra Bafna
Thanks
Mar 05, 2017 · Jitendra Bafna
Thanks
Feb 27, 2017 · Jitendra Bafna
Thanks
Feb 22, 2017 · Jitendra Bafna
Thanks
Feb 17, 2017 · Jitendra Bafna
Thanks
Feb 17, 2017 · Jitendra Bafna
Thanks
Feb 17, 2017 · Jitendra Bafna
Thanks
Feb 16, 2017 · Jitendra Bafna
You can apply similar logic to all other type of filter but Idempotent filter has property by default thorwOnUnaccepted so you don't have to use message filter wrap up for Idempotent filter. Hope this will help you in future also. :)
Feb 16, 2017 · Jitendra Bafna
<message-filter throwOnUnaccepted="true">
<mulexml:schema-validation-filter schemaLocations="src/test/resources/customer.xsd" returnResult="true" doc:name="Schema Validation"/>
</message-filter>
Feb 16, 2017 · Jitendra Bafna
You can wrap the schema-validation-filter in a message-filter and set throwOnUnaccepted to "true":
<message-filter throwOnUnaccepted="true">
<mulexml:schema-validation-filter... />
</message-filter>