Skip to content

Conversation

@cosmin-enache
Copy link
Contributor

I was recently looking into how to enable 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

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>
@olegz olegz merged commit 29141ea into spring-cloud:main Dec 1, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants