Top "Mule" questions

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.

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 …

mule esb mule-studio
How to set sleep into the flow in Mulesoft without losing the message payload

I'd like insert script to delay processing flow in Mulesoft. I have tried to insert script in groovy but I …

java groovy mule mule-component
How do you insert a newline in message body of mule logger component

Can anyone tell me how to insert a new line in the message of a mule logger component? For example, …

logging mule mule-studio
How to Solve Message payload is of type: BufferInputStream Exception in Mule

I am already transforming to byte array but i constantly get this error : ERROR 2015-02-25 11:12:30,517 [[ESR].HTTP_Request_Listener.…

java mule transform esb
How to replace special character using regex in Mule Dataweave transformation?

Suppose I have an XML file of details of employee such as id, name and address and now I want …

java mule mule-studio anypoint-studio dataweave
Mule ESB vs. Spring Integration

The Mule ESB project explains its difference to Spring Integration on its website. However, regarding dcterms.date 2012-07-19T18:43…

mule spring-integration soa esb
Dynamic Key Value Pair in DataWeave

DataWeave doesn't like what I'm trying to do with it, and I'm not sure if I'm doing something wrong, or …

mule dataweave
Extracting array from JSON in mule esb

I'm using Mule 3.4 CE and I have a JSON data coming through HTTP in the following format: { "People" : [ { "Details" : { "Name" : "…

mule mule-studio mule-el
Split string in dataweave

I have a string like "Hi I am from "Kazan, Russia". The output should be Hi I am from Kazan, …

mule dataweave
mule getting data from json payload

My payload is <json:json-to-object-transformer returnClass="java.lang.Object" doc:name="JSON to Object"/> <logger message="#[payload]" …

xpath groovy mule