Properties Configuration Reference
This page provides detailed reference information for property elements in Mule. The information below is pulled directly from the source code, so it reflects the latest data since you loaded the page. If something appears to be out of date, you can refresh the page to reload the information.
Global property
A global property is a named string. It can be inserted in most attribute values using standard (ant-style) Spring placeholders.
Property
Sets a Mule property. This is a name/value pair that can be set on components, services, etc., and which provide a generic way of configuring the system. Typically, you shouldn’t need to use a generic property like this, since almost all functionality is exposed via dedicated elements. However, it can be useful in configuring obscure or overlooked options and in configuring transports from the generic endpoint elements.