Questions tagged [mule-esb]

Mule, the runtime engine of Anypoint Platform, 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. Used for questions related to Mule ESB until version 3.7.0.

Mule, the runtime engine of Anypoint Platform, 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. It enables easy integration of existing systems, regardless of the different technologies that the applications use, including JMS, Web Services, JDBC, HTTP, and more. The ESB can be deployed anywhere, can integrate and orchestrate events in real time or in batch, and has universal connectivity.

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. Mule has powerful capabilities that include:

Service creation and hosting — expose and host reusable services, using the ESB 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

Doc. here

595 questions
-1
votes
2 answers

Please help me with mule esb and clamAV

In fact with Mule ESB I use an SFTP connector to transfer files and a Java component that implements ClamAV to be able to analyze them. My concern is that I can not recover the file that is in the payload to pass to the scan method that expects an…
-1
votes
1 answer

What is Processing Strategy in Mule ESB

Please provide my brief description on Processing strategy in mule. That topic is not clear to me.
-1
votes
1 answer

Can we define my architecture as an ESB?

I have read many different definitions of ESB (enterprise service bus) and it is not clear for me. Here is my own definition: An ESB is an architecture and not a tool that allows heterogeneous applications to communicate with each other through a…
Fasco
  • 233
  • 3
  • 18
-1
votes
1 answer

Named parameter in Salesforce connector Query Single Mule 4

I want to use named parameter in where condition of Query Single Operation in Salesforce connector in Mule version 4. I tried the below configuration but its throwing error.
user94538
  • 177
  • 5
  • 24
-1
votes
2 answers

MULE ESB CALLING SOAP API SHOWS BLANK

I am trying to consume a SOAP API which is working fine from SOAPUI Tool but while calling it from Mule flow it shows blank result in POSTMAN, below is my flow xml anyone can help me please?
-1
votes
2 answers

Mule ESB Flow to pass parameters in Calling SOAP Webservice

I have created on flow in MuleESB which is calling a web-service without any parameter just sending it username, password and token in a property and it is working fine. But the second API I want to post some parameters while calling soap request…
-1
votes
4 answers

How can I install Maven plug-in in Anypoint Studio?

For one of my POC, I need to get Maven plug-in installed in my Mule Anypoint studio. How I can install the same?
Jim
  • 21
  • 1
  • 3
-2
votes
2 answers

File Connector use a File Pattern with the list operation

How can I filter the file list in 2 types of files (CSV, XML) just files that has those extensions with a filepattern?
-2
votes
2 answers

How to inherit parent elements for each existing child Mule 4

There is an array of parent elements that you need to duplicate for each child sku element you have. Input: { "items": [ { "order": "ASD51247", "reference": "271559410", "date": "2022-04-01T22:58:19.077Z", …
-5
votes
1 answer

How to connect two different RESTful apis through mulesoft

I've got a question like in the title, because I have two RESTful applications: 1st is taking data from form and sending it to the other application using JSON 2nd is receiving data from the 1st application and making .csv from it The question is…
Karol Katanowski
  • 176
  • 2
  • 13
1 2 3
39
40