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.
Have they got rid of Community edition? I can't find a link to download it anywhere on their site. Is …
mule esb mule-studioI'd like insert script to delay processing flow in Mulesoft. I have tried to insert script in groovy but I …
java groovy mule mule-componentCan anyone tell me how to insert a new line in the message of a mule logger component? For example, …
logging mule mule-studioSuppose 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 dataweaveThe Mule ESB project explains its difference to Spring Integration on its website. However, regarding dcterms.date 2012-07-19T18:43…
mule spring-integration soa esbDataWeave doesn't like what I'm trying to do with it, and I'm not sure if I'm doing something wrong, or …
mule dataweaveI'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-elI have a string like "Hi I am from "Kazan, Russia". The output should be Hi I am from Kazan, …
mule dataweaveMy payload is <json:json-to-object-transformer returnClass="java.lang.Object" doc:name="JSON to Object"/> <logger message="#[payload]" …
xpath groovy mule