by XTIVIA | Mar 12, 2019 | Blog, MuleSoft
Introduction: Kafka is a scalable pub/sub system, primarily used to collect & analyze large volumes of data. It enables us to pass messages from one end-point to another. Kafka messages are persisted on the disk and replicated among the cluster to prevent data...
by XTIVIA | Mar 5, 2019 | Blog, MuleSoft
As useful as Mule 3 is, it’s fair to say that it was filled with complex procedures, scattered information, and a lot of difficult hurdles to jump when it came to data access and management. Fortunately, Mule 4 is here and it’s fully equipped with time-saving,...
by XTIVIA | Feb 19, 2019 | Blog, MuleSoft
Losing control of your company data, processes, and applications can lead to information silos, and disparate data sources, and ultimately leave an organization without a clue and without a penny. Fortunately, the MuleSoft Integration Platform streamlines the process...
by XTIVIA | Nov 21, 2018 | Blog, MuleSoft
The message structure of Mule 4 is completely changed now. Mule 4 has simplified Mule Event and Mule Message to make it easier to work with properties and variables. There are no inbound or outbound properties in Mule 4. MuleSoft introduced the attributes. Also, Mule...
by XTIVIA | Nov 20, 2018 | Blog, MuleSoft
Mule 4 LDAP Operations: Search Create OU(organizationalUnit) Create a user Modify Delete Pre-requisites: MuleSoft Anypoint Studio 7 Java 8 OpenLDAP, OUD, OID, Microsoft AD. Acronyms: 1. Search operation Step 1: Create a project in MuleSoft Anypoint Studio and drag and...
by XTIVIA | Nov 13, 2018 | Blog, MuleSoft
Prerequisite: MuleSoft Anypoint Studio – Enterprise Edition. Access to TIBCO EMS Server. Establish connection to TIBCO EMS server with the help of JMS connector (this will need configuration parameters and required JAR files). Mule integration flow Mule Settings...
by Indira Vishnampet | Oct 24, 2018 | Blog, MuleSoft
In May of 2018, Salesforce finalized a $6.5 billion move to acquire the application and data integration company, MuleSoft. They are hoping to provide their customers with revolutionary data services. The company’s acquisition will pave the way for cloud...
by XTIVIA | Sep 27, 2018 | Blog, MuleSoft
1. Objects (dw::core::Objects) DataWeave 2.0 Object related functions are: divideBy, entrySet, mergeWith, nameSet & valueSet. divideBy: Divides object into sub-objects with properties. dwl script: {a: 1, b: true, a:2, b:false} divideBy 2 Output: [ {...
by XTIVIA | Sep 25, 2018 | Blog, MuleSoft
About the JMS Connector: The JMS connector enables the application to exchange messages using the JMS implementation of our own choice. Its main features include: Pub/Sub pattern support on any given destination. Listen/Reply pattern support on any given destination....
by XTIVIA | Sep 11, 2018 | Blog, MuleSoft
MuleSoft best practices for JSON Schema Validation provide a reliable method to validate JSON data structure using the JSON Schema specification. It validates input data at runtime and verifies whether they match a referenced schema or not. We can match against...