Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.<property>=<value>`.
in the format of `spring.cloud.stream.rabbit.default.producer.<property>=<value>`.

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.<property>=<value>`.
in the format of `spring.cloud.stream.rabbit.default.consumer.<property>=<value>`.

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

Expand Down