Skip to content

Commit

Permalink
README touchup to clarify dev responsibility for concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nephery authored Feb 24, 2021
1 parent e79d5ae commit c44112f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ Though note that there are few limitations:
. `concurrency` > 1 is not supported for exclusive queues.
. `concurrency` > 1 is not supported for consumer bindings which are a part of anonymous consumer groups.
. `concurrency` > 1 is ignored for polled consumers.
. Setting `provisionDurableQueue` to `false` disables endpoint configuration validation. Meaning that point 1 cannot validated. In this scenario, it is the developer's responsibility to ensure that `concurrency` is properly configured.
. Setting `provisionDurableQueue` to `false` disables endpoint configuration validation. Meaning that point 1 cannot be validated. In this scenario, it is the developer's responsibility to ensure that point 1 is followed.

== Manual Message Acknowledgment

Expand Down Expand Up @@ -758,4 +758,4 @@ For more information about Spring Cloud Streams try these resources:
For more information about Solace technology in general please visit these resources:

* The Solace Developer Portal website at: https://solace.dev
* Ask the https://solace.community[Solace community]
* Ask the https://solace.community[Solace community]

0 comments on commit c44112f

Please sign in to comment.