GH-193 Added note on default properties

Resolves #193
This commit is contained in:
Oleg Zhurakousky
2019-04-09 18:39:39 +02:00
parent 933024c179
commit e51ef4ebdc

View File

@@ -114,6 +114,8 @@ Default: none (Spring AMQP default).
=== RabbitMQ Consumer Properties
NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.<property>=<value>`.
The following properties are available for Rabbit consumers only and must be prefixed with `spring.cloud.stream.rabbit.bindings.<channelName>.consumer.`.
acknowledgeMode::
@@ -356,6 +358,9 @@ The customizer (`configure()` method) is provided with the queue name as well as
=== Rabbit Producer Properties
NOTE: To avoid repetition, Spring Cloud Stream supports setting values for all channels, in the format of `spring.cloud.stream.default.<property>=<value>`.
The following properties are available for Rabbit producers only and
must be prefixed with `spring.cloud.stream.rabbit.bindings.<channelName>.producer.`.