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
5
votes
3 answers

Array to flat mapping in Mule based on condition

I am attempting to map a response from a 3rd party call into a different structure using the DataMapper transform within Mule. From the 3rd party we receive an array of items (amongst other things) and I want to map a single item within the array to…
user2294382
  • 871
  • 3
  • 11
  • 25
5
votes
0 answers

how to avoid MULE ESB to Shut down by it self after inactivity period

i'd developed a web services core using Mule ESB. This is an old project, it was migrated to a new server and now am having this new issue. The Mule Stops by it self after a long period of inactivity, i had this issue a few years ago but am not…
5
votes
5 answers

Mulesoft Transform Message Error: "There are some error in the current classpath"

New to working with MuleSoft, and I am getting an error "There are some error in the current classpath" when adding in a Transform Message into the Message Flow. I have just finished setting up Anypoint Studio, so this might be a configuration step…
Andy Galpin
  • 51
  • 1
  • 3
5
votes
2 answers

How to Check null condition in Data weaver : Mule

Here is my xml, in that first I need to check 'RecordsEntries' should not be 'null', then RecordEntry shouldn't be null followed by mapping code false
star
  • 1,493
  • 1
  • 28
  • 61
5
votes
3 answers

Where can I download MuleSoft Community Edition?

Have they got rid of Community edition? I can't find a link to download it anywhere on their site. Is there another link I can download it from somewhere? Thanks
Kieran Hanna
  • 175
  • 1
  • 3
  • 15
5
votes
2 answers

Mule ESB error >> "There are two transformers that are an exact match for input

I am a newbie in Mule. I try to create a simple login flow with SOAP that will return XML Response. My method is send the data with XML and then i save the login data in the transformation code, after save the data, the return data will be…
mauwahid
  • 51
  • 3
5
votes
3 answers

Can I use the File connector in Mule Cloudhub for FTPS

Is there a way to configure a File connector for use in cloudhub, specifically related to reading in a file over FTPS and putting it into a file before beginning the actual processing of the contents? Clarification: I'm in cloudhub, which does not…
codeLes
  • 3,021
  • 3
  • 29
  • 27
5
votes
2 answers

API Kit Router schema validation

Is there a way to have the API Kit Router validate incoming schema? I have the following in my RAML file but it does not validate the incoming schema. - emails: | { "$schema": "http://json-schema.org/draft-04/schema#", "type"…
SteveS
  • 1,008
  • 3
  • 18
  • 32
5
votes
2 answers

How to install EGit for Anypoint Studio 3.5.1

I have installed the version 3.5.1 of Anypoint Studio (for Mule ESB development). This version of Anypoint Studio appears to be based on Eclipse 3.8 (propably 3.8.2) I want to install EGit, but encountered some problems. Using the following download…
geby
  • 374
  • 2
  • 15
5
votes
1 answer

How to resolve jms server performance issue when client uses temporary replyTo queue?

I am currently building a Mule ESB server application which uses a request-response jms connector. Since it is being used in a highly concurrent environment, we enabled spring jms cache in our MQ config.