GH-89: Clarify adminAddresses and nodes Properties

Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/89

* Remove double slashes in the URL
This commit is contained in:
Gary Russell
2018-02-08 17:56:04 -05:00
committed by Artem Bilan
parent 344a3d9404
commit 8ff1fb1513

View File

@@ -81,12 +81,16 @@ spring.cloud.stream.rabbit.binder.adminAddresses::
A comma-separated list of RabbitMQ management plugin URLs.
Only used when `nodes` contains more than one entry.
Each entry in this list must have a corresponding entry in `spring.rabbitmq.addresses`.
**Only needed if you are using a RabbitMQ cluster and wish to consume from the node that hosts the queue.**
**See https://docs.spring.io/spring-amqp/reference/html/_reference.html#queue-affinity[Queue Affinity and the LocalizedQueueConnectionFactory] for more information.**
+
Default: empty.
spring.cloud.stream.rabbit.binder.nodes::
A comma-separated list of RabbitMQ node names.
When more than one entry, used to locate the server address where a queue is located.
Each entry in this list must have a corresponding entry in `spring.rabbitmq.addresses`.
**Only needed if you are using a RabbitMQ cluster and wish to consume from the node that hosts the queue.**
**See https://docs.spring.io/spring-amqp/reference/html/_reference.html#queue-affinity[Queue Affinity and the LocalizedQueueConnectionFactory] for more information.**
+
Default: empty.
spring.cloud.stream.rabbit.binder.compressionLevel::