Skip to content

Commit ac8f376

Browse files
Update docs. (awspring#644)
1 parent 3d7cb99 commit ac8f376

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/src/main/asciidoc/_configprops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
|spring.cloud.aws.sns.region | | Overrides the default region.
6262
|spring.cloud.aws.sqs.enabled | `+++true+++` | Enables SQS integration.
6363
|spring.cloud.aws.sqs.endpoint | | Overrides the default endpoint.
64-
|spring.cloud.aws.sqs.listener.max-inflight-messages-per-queue | | The maximum number of simultaneous inflight messages in a queue.
64+
|spring.cloud.aws.sqs.listener.max-concurrent-messages | | The maximum concurrent messages that can be processed simultaneously for each queue. Note that if acknowledgement batching is being used, the actual maximum number of messages inflight might be higher.
6565
|spring.cloud.aws.sqs.listener.max-messages-per-poll | | The maximum number of messages to be retrieved in a single poll to SQS.
6666
|spring.cloud.aws.sqs.listener.poll-timeout | | The maximum amount of time for a poll to SQS.
6767
|spring.cloud.aws.sqs.region | | Overrides the default region.

docs/src/main/asciidoc/migration.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
== Migration from 2.x to 3.x
22

3+
[WARNING]
4+
====
5+
Migration guide is work in progress.
6+
====
7+
38
Properties that have changed from 2.x to 3.x are listed below:
49

510
[cols="2*", options="header", width=100%, %autowidth]

0 commit comments

Comments
 (0)