diff --git a/docs/modules/ROOT/pages/rabbit/rabbit_overview/prod-props.adoc b/docs/modules/ROOT/pages/rabbit/rabbit_overview/prod-props.adoc index e6a56dba54..cbc883839a 100644 --- a/docs/modules/ROOT/pages/rabbit/rabbit_overview/prod-props.adoc +++ b/docs/modules/ROOT/pages/rabbit/rabbit_overview/prod-props.adoc @@ -5,7 +5,7 @@ The following properties are available for Rabbit producers only and must be pre However if the same set of properties needs to be applied to most bindings, to avoid repetition, Spring Cloud Stream supports setting values for all channels, -in the format of `spring.cloud.stream.rabbit.default.=`. +in the format of `spring.cloud.stream.rabbit.default.producer.=`. Also, keep in mind that binding specific property will override its equivalent in the default. diff --git a/docs/modules/ROOT/pages/rabbit/rabbit_overview/rabbitmq-consumer-properties.adoc b/docs/modules/ROOT/pages/rabbit/rabbit_overview/rabbitmq-consumer-properties.adoc index d68f1746b3..b57fd12e09 100644 --- a/docs/modules/ROOT/pages/rabbit/rabbit_overview/rabbitmq-consumer-properties.adoc +++ b/docs/modules/ROOT/pages/rabbit/rabbit_overview/rabbitmq-consumer-properties.adoc @@ -5,7 +5,7 @@ The following properties are available for Rabbit consumers only and must be pre However if the same set of properties needs to be applied to most bindings, to avoid repetition, Spring Cloud Stream supports setting values for all channels, -in the format of `spring.cloud.stream.rabbit.default.=`. +in the format of `spring.cloud.stream.rabbit.default.consumer.=`. Also, keep in mind that binding specific property will override its equivalent in the default.