Properties Configuration Reference
Mule runtime engine version 3.8 reached its End of Life on November 16, 2021. For more information, contact your Customer Success Manager to determine how to 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 (Apache 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.