From de7d71255b0bc92b75821cb663b2967553dada26 Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Mon, 9 May 2016 15:26:23 +0530 Subject: [PATCH] Add doc for multiple destination names when binding consumer --- .../src/main/asciidoc/spring-cloud-stream-overview.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc index 1ad68458d..b07031343 100644 --- a/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc +++ b/spring-cloud-stream-docs/src/main/asciidoc/spring-cloud-stream-overview.adoc @@ -829,6 +829,7 @@ must be prefixed with `spring.cloud.stream.bindings..`. destination:: The target destination of a channel on the bound middleware (e.g., the RabbitMQ exchange or Kafka topic). + If the channel is bound as a consumer, it could be bound to multiple destinations and the destination names can be specified as comma separated String values. If not set, the channel name is used instead. group:: The consumer group of the channel.