Properties Configuration Reference
Mule Runtime Engine versions 3.5, 3.6, and 3.7 reached End of Life on or before January 25, 2020. For more information, contact your Customer Success Manager to determine how you can migrate to the latest Mule version. |
This page provides detailed reference information for property elements in Mule.
Global Property
A global property is a named string. It can be inserted in most attribute values using standard (ant-style) Spring placeholders.
Attributes of global-property
Name | Description |
---|---|
|
The name of the property. This is used inside Spring placeholders. |
|
The value of the property. This replaces each occurrence of a Spring placeholder. |
No child elements for global-property.
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.