Configuration options
Spring Cloud Stream configuration settings may be overridden using any mechanism supported by Spring Boot, such as application arguments, environment variables, and YAML or property files. It defines a number of generic configuration options that may be applied to all binders. However, there are also some additional properties specific for a particular message broker used by the application.
Spring Cloud Stream properties
The current group of properties applies to the whole Spring Cloud Stream application. All the following properties are prefixed with  spring.cloud.stream
:Â
Name | Default value | Description |
---|---|---|
|
| The number of running instances of an application. For more details, refer to the Scaling and grouping section. |
|
| The index of the instance of the application. For more details, also refer to the Scaling and grouping section. |
| - | A list of destinations that can be bound dynamically. |
| - | The default binder in case there are... |