Questions tagged [mule]

Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more.

Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform that allows developers to connect applications together quickly and easily, enabling them to exchange data. Mule enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more.

The key advantage of an ESB is that it allows different applications to communicate with each other by acting as a transit system for carrying data between applications within your enterprise or across the Internet. In addition it supports API driven development by offering full support and integration of RAML modelling language.

Mule main capabilities includes:

  • Service creation and hosting — expose and host reusable services, using Mule as a lightweight service container
  • Service mediation — shield services from message formats and protocols, separate business logic from messaging, and enable location-independent service calls
  • Message routing — route, filter, aggregate, and re-sequence messages based on content and rules
  • Data transformation — exchange data across varying formats and transport protocols
7956 questions
1
vote
0 answers

Comparing two arrays in Mulesoft data view

Need to compare two arrays and out put should be true or false Array 1::: Products [ { Product:P1 Customer:C1 }, { Product:P2 Customer:C1 }, { Product:P3 Customer:C1 }, { Product:P2 Customer:C2 }, { Product:P1 …
Prashant
  • 21
  • 2
1
vote
1 answer

Deploying a mule application to a mule cluster using docker

I am kind of new to MULE ESB and deployments. I have been doing some trials around deploying mule application to a mule standalone . I am using an approach similar to…
Poppy
  • 2,902
  • 14
  • 51
  • 75
1
vote
1 answer

Does Mule 4 recommends not to use scripting languages like Groovy?

Mule 4 recommends to use DW as much as possible but are there any recommendations from Mule around not to use scripting languages like Groovy? If yes, what will be advantages to move everything from Groovy to DW. Thanks
java_buzz
  • 67
  • 1
  • 6
1
vote
2 answers

Issues while validating the two JSON payloads in MUNIT 2.0

I have a service which is returning the below json payload: { "location-details": { "fromPostalCode": "1508XB", "fromGeoCoordinates": "116532,496398", "toPostalCode": "1511MA", "toGeoCoordinates": "120427,493380" }, …
Piyush Singh
  • 57
  • 1
  • 8
1
vote
2 answers

JSON array into line using mule dataweave

I have the below requirement. Input is { "packageConfiguration": [ { "packageId": [ "AIM_PACKAGE" ], "component": [ "Handbook" ], "fieldName": [ "Upload Handbook Document" …
1
vote
1 answer

Transform Json array without key to SOQL format in mule

Transform Json format as below Input: ["100555809","100000001"] into the following format so that it can be used in the SOQL query by assigning the transformed output some flow variable in salesforce connector. Output: ('100555809','100000001')
SDE
  • 85
  • 1
  • 13
1
vote
1 answer

How can I transform an array of objects to an array of strings and not lose the key in Dataweave?

Hi I need to transform the following JSON object: { "products": [ { "itemno": "123131", "description" : "Big Widget", "attributes": [ { "color": [ { "value": "Red", …
BArTMAN
  • 49
  • 6
1
vote
1 answer

Mule Dataweave Map with SplitBy

I have a Mule flow, which converts CSV data to XML. There is a field which I need to map and split by a character. I am receiving an error which states Cannot coerce a :array to a :object. Here is the results I need to…
Matthew Colley
  • 10,816
  • 9
  • 43
  • 63
1
vote
1 answer

How to iterator over a JSON Array in Mule 3

Mule 3.8.3 Studio 6.4.4 I am receiving a XML payload that is a collection of customer numbers. I need to end up pulling each number out and sending it to a messaging queue. Sample Incoming Data:
1
vote
1 answer

XML to JSON data mapping - Child classes (sub classes) of xml is not shown to map with JSON in mule dataweave

I am creating a SOAP service which receives XML input as below.
Arun Raja
  • 27
  • 1
  • 8
1
vote
1 answer

How to close JMS connection from Mule-3 efficiently

I am using the JMS connector in Mule for MQ operations. I am using direct JMS connection option in my codebase and noticed whenever Mule post message to MQ then that connection is not getting closed. Also noticed if i post bulk messages like 10K…
NGBeginner
  • 403
  • 1
  • 3
  • 14
1
vote
1 answer

Letting "Test Connection" access run configuration environment

In an Anypoint project I have a Database Config which uses secure property placeholders. In the Secure Properties Config I have key set to ${key}, and then define the key variable in the environment of the run configuration for the project. This…
Matthew Cline
  • 2,312
  • 1
  • 19
  • 36
1
vote
1 answer

Caused by: java.io.IOException: Length 1279873876 exceeds limit: 26

I am trying to implement socket appender in log4j, so that my logs get directly written to host application. Below is my log4j config,
ViS
  • 1,357
  • 1
  • 17
  • 36
1
vote
0 answers

How can make a variable in inbound path at mule flow ?

I want to read the value of codes in the servlet:inbound-endpoint How can make the inbound receive different values for codes?
1
vote
1 answer

Unable to download Maven dependency - AnypointStudio

I am running into an issue where I am unable to download dependencies properly for my Mulesoft project. I have successfully installed everything from my home PC, but my work PC seems to be struggling. Things I have tried: mvn clean install mvn…
Coova
  • 1,818
  • 5
  • 36
  • 63