Add doc for multiple destination names when binding consumer

This commit is contained in:
Ilayaperumal Gopinathan
2016-05-09 15:26:23 +05:30
committed by Marius Bogoevici
parent a86d47315b
commit de7d71255b

View File

@@ -829,6 +829,7 @@ must be prefixed with `spring.cloud.stream.bindings.<channelName>.`.
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.