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:
committed by
Oleg Zhurakousky
parent
7eaef3a7c0
commit
444123cdb4
@@ -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.
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user