Top "Mule-el" questions

The Mule Expression Language (MEL) is the primary language used for formulating such expressions throughout Mule ESB.

How do you compare strings in a mule expression when one string is loaded via a property file?

I have the following mule expression in a choice component: <choice doc:name="Choice"> <when expression="'localhost' == ${…

mule mule-el
get value from request header in http call -mule

I am developing a mule application. My start point is http. I need to authenticate my http calls using an …

mule mule-studio mule-el mule-component mule-module-jpa
How do I pass a parameter to a Java Component from a Mule flow?

I'm just getting started with mule and cant figure out how I can possibly pass a part of my request …

java mule mule-el mule-component
How to apply <base64-encoder-transformer/> on message.OutboundAttachment in Mule

I have a base64Binary encoded file(eg:pdf,img,doc). In Mule I'm setting this encoded data as an …

java mule mule-studio mule-el mule-component