Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.此内容没有您所选择的语言版本。
1.29. Global Configuration Settings
- Default Properties
- Default Properties specify the default values for
<resource-config>attributes. These properties are automatically applied to theSmooksResourceConfigurationclass when the corresponding<resource-config>does not specify a value for the attribute. - Global parameters
- You can specify
<param>elements in every<resource-config>. These parameter values will either be available at runtime through theSmooksResourceConfigurationor, if not, they will be injected through the@ConfigParamannotation.Global configuration parameters are defined in one place. Every runtime component can access them by using theExecutionContext.