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.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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.