From 8ff1fb1513f5cf9329e37c3a6e9b460db8ae6c1a Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 8 Feb 2018 17:56:04 -0500 Subject: [PATCH] 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 --- .../src/main/asciidoc/overview.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc index 38e338a5a..1b046f9e1 100644 --- a/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc +++ b/spring-cloud-stream-binder-rabbit-docs/src/main/asciidoc/overview.adoc @@ -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::