Skip to content

Commit 29141ea

Browse files
authored
Merge pull request #3157 from cosmin-enache/main
Updated documentation producer/consumer default binder property paths
2 parents ede4237 + f030fcd commit 29141ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/modules/ROOT/pages/rabbit/rabbit_overview/prod-props.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following properties are available for Rabbit producers only and must be pre
55

66
However if the same set of properties needs to be applied to most bindings, to
77
avoid repetition, Spring Cloud Stream supports setting values for all channels,
8-
in the format of `spring.cloud.stream.rabbit.default.<property>=<value>`.
8+
in the format of `spring.cloud.stream.rabbit.default.producer.<property>=<value>`.
99

1010
Also, keep in mind that binding specific property will override its equivalent in the default.
1111

docs/modules/ROOT/pages/rabbit/rabbit_overview/rabbitmq-consumer-properties.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The following properties are available for Rabbit consumers only and must be pre
55

66
However if the same set of properties needs to be applied to most bindings, to
77
avoid repetition, Spring Cloud Stream supports setting values for all channels,
8-
in the format of `spring.cloud.stream.rabbit.default.<property>=<value>`.
8+
in the format of `spring.cloud.stream.rabbit.default.consumer.<property>=<value>`.
99

1010
Also, keep in mind that binding specific property will override its equivalent in the default.
1111

0 commit comments

Comments
 (0)