GH-184: Don't declare queue if bindQueue is false

Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/184

Resolves #185
This commit is contained in:
Gary Russell
2018-10-16 15:19:38 -04:00
committed by Oleg Zhurakousky
parent 7eaef3a7c0
commit 444123cdb4
2 changed files with 9 additions and 9 deletions

View File

@@ -130,7 +130,7 @@ For partitioned destinations, `-<instanceIndex>` is appended.
+
Default: `#`.
bindQueue::
Whether to bind the queue to the destination exchange.
Whether to declare the queue and bind it to the destination exchange.
Set it to `false` if you have set up your own infrastructure and have previously created and bound the queue.
+
Default: `true`.
@@ -380,7 +380,7 @@ Only applies if `requiredGroups` are provided and then only to those groups.
+
Default: `#`.
bindQueue::
Whether to bind the queue to the destination exchange.
Whether to declare the queue and bind it to the destination exchange.
Set it to `false` if you have set up your own infrastructure and have previously created and bound the queue.
Only applies if `requiredGroups` are provided and then only to those groups.
+