Commit f030fcd
committed
Updated default property paths
I was recently looking into how to define quorum queue creation for all bindings by default and noticed that the documentation did not accurately specify the path.
According to the current documentation:
`spring.cloud.stream.rabbit.default.quorum.enabled=true`
But it is actually:
`spring.cloud.stream.rabbit.default.consumer.quorum.enabled=true` for consumers
OR
`spring.cloud.stream.rabbit.default.producer.quorum.enabled=true` for producers.
Source: https://github.com/cosmin-enache/spring-cloud-stream/blob/main/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/src/main/java/org/springframework/cloud/stream/binder/rabbit/properties/RabbitBindingProperties.java#L27-L29
Signed-off-by: Cosmin Enache <44037571+cosmin-enache@users.noreply.github.com>1 parent f2c37ca commit f030fcd
File tree
2 files changed
+2
-2
lines changed- docs/modules/ROOT/pages/rabbit/rabbit_overview
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments